发布于 2017-05-06 00:03:15 | 161 次阅读 | 评论: 0 | 来源: 网友投递
matplotlib 基于Python的图表绘图系统
matplotlib是一个风格类似 Matlab 的基于Python的图表绘图系统
matplotlib 2.0.1 发布了,
简单示例
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
下载地址: