import matplotlib.pyplot as plt
- plt.plot()
- plt.scatter()
- plt.hist()
- plt.subplots()
- plt.subplot()
- plt.xlabel()
- plt.ylabel()
- plt.title()
- plt.xticks()
- plt.text()
- plt.grid()
- df.plot(kind=‘hist‘/‘scatter‘/‘bar‘/‘barh‘/‘box‘/)
- df.boxplot()
Matplotlib1
原文:https://www.cnblogs.com/leo2018/p/11979907.html