用 matplotlib 绘制精美的图表 matplotlib是python最著名的绘图库,它提供了一整套和matlab相似的命令API,十分适合交互式地进行制图。本节通过几个样例来介绍下如何使用matplotlib绘制精美的图表安装方法pip install matplotlib