登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025 年度开源项目评选中
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
dzc
/
matplotlib
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v3.1.1
REL: v3.1.1 The first bug-fix release of the 3.1 series * Locator.nonsingular return order API change Lots of backports of various bug fixes.
bed0229
2019-07-01 13:57
下载
v3.1.0
REL: v3.1.0 The first release of the v3.1 series This version of Matplotlib support Python 3.6+ Highlights of this release include: - A helper method for scatter legends - Secondary axis support (ex, degrees and radians) - A concise date formatter - No longer requires a framework build of Python to use OSX backend - Major and minor ticks will no longer collide by default - A progress callback for animations - mplot3D is always registered - deprecated mlab functions have been removed - Many function calls have become stricter about invalid or ignored input
a8f4a74
2019-05-18 09:55
下载
v3.1.0rc2
REL: v3.1.0rc2 This is the second release candidate from Matplotlib 3.1
d85e99f
2019-05-06 10:39
下载
v3.1.0rc1
REL: v3.1.0rc1 This is the first release candidate from Matplotlib 3.1
04a9798
2019-04-20 05:01
下载
v3.0.3
REL: v3.0.3 The third and last planned bug-fix release of the 3.0 series * fix several possible memory leaks * documentation fixes jquery-ui is no longer bundled in git repo and is downloaded during the install or sdist process. If you are installing from pypi the files will be included, but if you are installing from git you will need internet access the first time you run `pip install .`. The install process tries to cache the files and will not need internet access on future installations.
93990ab
2019-02-26 09:20
下载
v2.2.4
REL: v2.2.4 LTS The forth bug-fix release of the v2.2 LTS series. - Fix a memory leak with PySide2. - rename :math: sphinx directive to :mathmpl: to work with sphinx > 1.8. Both versions are now available if sphinx < 1.8. - avoids numpy deprecation warnings. - fixes to tests to work with pytest >= 3.8 and the minimum is now pytest >= 3.6. jquery-ui is no longer bundled in git repo and is downloaded during the install or sdist process. If you are installing from pypi the files will be included, but if you are installing from git you will need internet access the first time you run pip install .. The install process tries to cache the files and will not need internet access on future installations.
bff1e4b
2019-02-26 10:07
下载
v3.0.2
REL: v3.0.2 This is the second bug-fix release for the v3.0 series. - Un-breaks basemap which was broken by partially restoring private APIs for cartopy. - Fixes bug in warning code when used in an embedded context. - Fixes crash when using Tk and closing the first open window before showing it - Many documentation improvements. - Restore a corner case on ColorBar tick usage. - Change the default behavior of `matplotlib.use` to silently allow more 'safe' switching after auto-discovery, but before starting an event loop. - Improvements to bounding box calculations. - Provide the correct length for RcParams instances.
8858a0d
2018-11-10 09:06
下载
v3.0.1
REL: v3.0.1 This is the first bug fix release for the 3.0 series which fixes several - Fix failure to import bug when used with backend-fallback on Python 3.6.7 and 3.7.1 - Fixed a number of failure to import bugs around finding fonts - Fix Qt4 backend - Fix bug on OSX that recursively searched current directory for fonts - Fix bouncing-rocket on OSX when doing backend fallback and not selecting OSX - Temporarily restore several private APIs to unbreak cartopy - Make pyplot more tolerant of varying signatures in 3rd-party sub-classe - Improve datetime64 unit handling - Fixed several poor interactions with tight_layout
682e519
2018-10-25 23:36
下载
v3.0.0
REL: v3.0.0 The first release of the Matplotlib 3.0 series This is the first version of Matplotlib to only support Python 3. Highlights of this release include: - GUI backend is selected at run-time based on what toolkits are installed. A GUI toolkit will not be selected on a headless server. - New cyclic color map *twilight* - Improvements to automatic layout of titles, ticks, and GridSpec - Many bug fixes!
0881b9c
2018-09-18 11:17
下载
v3.0.0rc2
REL: v3.0.0rc2 This is the second release candidate for Matplotlib 3.0.
b6563c0
2018-08-28 09:27
下载
v3.0.0rc1
REL: v3.0.0rc1 This is the first release candidate for Matplotlib 3.0
df545a0
2018-08-12 04:55
下载
v2.2.3
REL: v2.2.3 The third bug-fix release of the v2.2 LTS series In addition to documentation and example fixes this release fixes several critical bugs: - Fix import failure on BSD systems - Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12 - Fix import errors if bz2 module is not in standard library - Fix overflow in _path.h - Fix infinite recursion in transform repr - Fix bug with XKCD style - Remove unsafe usage of Popen
2e0eb74
2018-08-10 11:01
下载
v2.2.2
REL: v2.2.2 LTS The second bug-fix release of the v2.2 LTS series. This release fixes a number of critical bugs: - restores matplotlib.verbose (fixing embedding in pycharm) - preserve precision when color mapping small portions of data with extreme outliers - fixes saving long movies with ffmpeg - fixes UnbourdLocal error in contour labeling - fixes import failure on python 3.4.0 and 3.4.1 - fixes compile time failures with clang on 32bit platforms - fixes an icon in the Tk backends - fixes several issues with Tables - fixes expanding offset boxes with tight_layout - revert changes to the font caching to avoid a possible bug in backports.lru_cache - numerous docstring and documentation fixes We have reverted the deprecation of `font_manager.TempCache`. v2.2.1 did not actually restore matplotlib.verbose.
b471ee2
2018-03-17 10:56
下载
v2.2.1
REL: v2.2.1 LTS The first bug-fix release of the v2.2 LTS series. This release fixes a number of critical bugs: - restores matplotlib.verbose (fixing embedding in pycharm) - preserve precision when color mapping small portions of data with extreme outliers - fixes saving long movies with ffmpeg - fixes UnbourdLocal error in contour labeling - fixes import failure on python 3.4.0 and 3.4.1 - fixes compile time failures with clang on 32bit platforms - fixes an icon in the Tk backends - fixes several issues with Tables - fixes expanding offset boxes with tight_layout - revert changes to the font caching to avoid a possible bug in backports.lru_cache - numerous docstring and documentation fixes We have reverted the deprecation of `font_manager.TempCache`.
1021510
2018-03-17 05:48
下载
v2.2.0
REL: v2.2.0 LTS The first release of the v2.2 LTS series and the last version of Matplotlib to support python2. There will be bug-fix release for this series until 2020. This release includes new features including: - An experimental constrained layout manager - Color blind friendly color map (cividis) and color cycle (tableau-colorblind10) - native support for numpy.datetime64 types - animated gif writing via pillow - TkAgg now works with pypy - cairo based backends for Qt, Tk, and WX There are several API changes in this release: - To support the constrained layout Matplotlib has a new required dependency (kiwisolver). - The `matplotlib.finance` module has been removed, development has moved to a stand-alone project.
66e49f9
2018-03-05 13:07
下载
v2.2.0rc1
REL: v2.2.0rc1 The first rc for Matplotlib 2.2.0
87871d4
2018-02-12 11:31
下载
v2.1.2
REL: v2.1.2 The second bug-fix release for the 2.1 series. This release fixes a number of critical bugs: - 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
24f0d9c
2018-01-18 12:21
下载
v2.1.1
REL: v2.1.1 The first and only planned bug-fix release for the 2.1 series. This release include many bug and documentation fixes. Highlights are: - change default logscale behavior to clip - fixed webagg import errors - tweaks to polar ticks - fixed exception when guessing afm family names - update manifest to include all doc files - improve masked array handling in pcolormesh - fix segfault from reading invalid png - fix blocking_input - fix bug resulting in huge multi-page pdf files - make `show` in nbagg take args as other backends do - several fixes to OSX backend - restore positional arg handling on Figure.legend - fix bugs in interactive navigation - fix issues when panning with invalid limits - fix bug with fully masked arrays passed to imshow
be7e4e4
2017-12-10 02:16
下载
v2.1.0
REL: v2.1.0 Matplotlib v2.1.0 release. This is a major feature release of Matplotlib. This release includes several major new features such as: - improved polar plots - string categorical support - 'voxel' 3D plots - the `Figure` class now has a `subplots` method and many bug fixes.
b392d46
2017-10-03 14:50
下载
v2.1.0rc1
REL: v2.1.0rc1 First RC for Matplotlib v2.1
f20f43d
2017-09-01 13:17
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/sdredboy/matplotlib.git
git@gitee.com:sdredboy/matplotlib.git
sdredboy
matplotlib
matplotlib
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册