matplotlib 2.0.1 发布了,matplotlib 是 Python 最著名的绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。
简单示例
(Source code、png、pdf)
matplotlib 2.0.1 支持 Python 2.7、3.4、3.5、3.6 版本,主要包括一些错误修复、文档更新和一个主要更改,具体如下:
API
Do not clip the linewidth used for dash pattern scaling. This is an API change, but is a major improvement
Deprecate 'vega' color names in favor of 'tab'
Bug Fixes
Hatching color follows edge color again
Fixes a critical bug with masked images
Improved high-dpi support for Qt5
Log ticking no never skip minor ticks
Do not skip points surrounded by nan/inf in vector outputs
软件详情:https://github.com/matplotlib/matplotlib/
下载地址:https://github.com/matplotlib/matplotlib/archive/v2.0.1.zip
来自:开源中国社区

