df.plot( color='red',x=' ',y=' ',kind='scatter'/'box'/'hist')

plt.title(' ')

plt.xlabel(' ')

plt.ylabel(' ')

plt.show()

df.plot(subplot=True)

df[column_list].plot()

1. subplot

Plotting with pandas-General

Plotting with pandas-General

Plotting with pandas-General

Plotting with pandas-General

2. df[column_list].plot()

Plotting with pandas-General

Plotting with pandas-General

Plotting with pandas-General

Plotting with pandas-General

相关文章:

  • 2021-06-15
  • 2022-12-23
  • 2021-09-13
  • 2021-05-01
  • 2021-06-15
  • 2021-04-24
  • 2021-06-06
猜你喜欢
  • 2021-08-18
  • 2022-12-23
  • 2022-01-24
  • 2021-08-07
  • 2021-06-06
  • 2021-08-30
  • 2021-09-04
相关资源
相似解决方案