matplotlib,风格类似 Matlab 的基于Python的图表绘图系统。

matplotlib 是 Python 最著名的绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。

windows

python -m pip install -U pip setuptools

python -m pip install matplotlib

安装说明http://matplotlib.org/users/installing.html

subplot_demo path_patch_demo1 histogram_demo_features1 surface3d_demo

matplotlib官方截图

链接