matplotlib 是一个 Python 2D 绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。 简单示例 (Source code、png、pdf) matplotlib 2.1.2 已发布, 这是 2.1 版本系列的第二个 bug 修复版本,修复了一些重要的 bug : fix a typo in mlab.cohere which yielded incorrect results allow nonposx / nonposy to pass through loglog fix color comparisons when finding handles with legend fixes a recursive draw bug and a major performance regression in Qt5Agg backend fix a re-draw bug in WxAgg fix image scaling with high-bit depth integers revert the busy-cursor 下载地址: Source code (zip) Source code (tar.gz) matplotlib 2.1.2 发布,Python 2D 绘图库下载地址