matplotlib 2.1.2 发布,Python 2D 绘图库

栏目: 软件资讯 · 发布时间: 6年前

内容简介:matplotlib 是一个 Python 2D 绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。 简单示例 (Source code、png、pdf) matplo...

matplotlib 是一个 Python 2D 绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。

简单示例

(Source codepngpdf)

matplotlib 2.1.2 发布,Python 2D 绘图库

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

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《matplotlib 2.1.2 发布,Python 2D 绘图库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

C++ How to Program (5th Edition) (How to Program)

C++ How to Program (5th Edition) (How to Program)

Harvey & Paul) Deitel & Associates / Prentice Hall / 2005-01-05 / USD 98.00

With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreak......一起来看看 《C++ How to Program (5th Edition) (How to Program)》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换