发布于 2018-01-21 00:18:30 | 234 次阅读 | 评论: 0 | 来源: 网友投递
matplotlib 基于Python的图表绘图系统
matplotlib是一个风格类似 Matlab 的基于Python的图表绘图系统
matplotlib 是一个 Python 2D 绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。
简单示例
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
下载地址: