df.plot(kind='hist')

df.plt.hist()

iris.hist()

1. 基础参数一览:

bins/range/normed/cumulative

Histgram-specification

Histgram-specification

Histgram-specification

2. subplots分区

Histgram-specification

Histgram-specification

3. alpha=0.3, 数据条透明度为30%

相关文章:

  • 2022-01-26
  • 2021-06-16
  • 2021-12-11
  • 2021-11-17
  • 2022-12-23
  • 2021-09-21
  • 2021-11-06
  • 2021-11-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-08-23
  • 2022-02-23
  • 2021-08-07
  • 2022-03-04
相关资源
相似解决方案