官网:http://matplotlib.org/ Installation节 Visit the Matplotlib installation instructions. Installing节 If you wish to contribute to the project, it’s recommended you install the latest development version. Installing from source节 Grab the latest tar.gz
2017-07-21 15:22:05 Matplotlib库是一个优秀的python的数据可视化的第三方类库,其中的pyplot支持了类似matlab的图像输出操作.matplotlib.pyplot是绘制各类可视化图形的命令子库,相当于快捷方式. import matplotlib.pyplot as plt #plt是一个别名 一.matplotlib.pyplot子库 plt.plot(x, y, format_string, **kwargs) x : X轴数据,列表或数组,可选 y