登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
我知道了
查看详情
登录
注册
接口下线通知:"Star 一个仓库" 接口将于6月14日0点正式下线
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
dzc
/
matplotlib
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.0.2
REL: v2.0.2 Critical bug fixes for 2.0.1 - fixed Qt4 support - fixed LogFormatter - fixed hatched artists in legends - fixed segfault with large images
e175a41
2017-05-10 09:56
下载
v2.0.1
REL: v2.0.1 Bug fix release for 2.0.x series This release includes bug fixes, documentation updates and one major change. 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. Supported versions of Python - 2.7, 3.4, 3.5, 3.6 - Patches to improve compatibility with pypy
cef1be3
2017-05-02 09:56
下载
v2.0.0
REL: v2.0.0 Major release of Matplotlib This release completely overhauls the default style of the plots. Highlights include: - 'viridis' is default color map instead of jet. - Modernized the default color cycle. - Many more functions respect the color cycle. - Line dash patterns scale with linewidth. - Change default font to DejaVu, now supports most western. alphabets (including Greek, Cyrillic and latin with diacritcs), math symbols and emoji out of the box. - Faster text rendering. - Improved auto-limits. - Ticks out and only on the right and bottom spines by default. - Improved auto-ticking, particularly for log scales and dates. - Improved image support (`imshow` respects scales and eliminated a class of artifacts).
1bfc755
2017-01-17 10:23
下载
v2.0.0rc2
REL: v2.0.0rc2 This is the second and final planned release candidate for mpl v2.0 This release includes: - Bug fixes and documentation changes - Expanded API on plot_surface and plot_wireframe - Pin font size at text creation time - Suppress fc-cache warning unless it takes more than 5s
3a7461e
2016-12-19 03:40
下载
v2.0.0rc1
REL: v2.0.0rc1 This is the first release candidate for mpl v2.0 This release includes: - A re-implementation of the way margins are handled during auto scaling to allow artists to 'stick' to an edge of the Axes - Improvements to the ticking with log and symlog scales - Deprecation of the finance module. This will be spun off into a stand-alone package - Deprecation of the 'hold' machinery - Bumped the minimum numpy version to 1.7 - Standardization of hatch width and appearance across backends - Made threshold for triggering 'offset' in `ScalarFormatter` configurable and default to 4 (plotting against years should just work now) - Default encoding for mp4 is now h264 - `fill_between` and `fill_betweenx` now use the color cycle - Default alignment of bars changed from 'edge' to 'center' - Bug and documentation fixes
e283a71
2016-12-05 11:59
下载
v2.0.0b4
REL: v2.0.0b4 Forth beta release for v2.0.0
155f8db
2016-09-09 11:53
下载
v1.5.3
REL: v1.5.3 This release contains a few critical bug fixes: - eliminate fatal exceptions with Qt5.7 - memory leak in the contour code - keyboard interaction bug with nbagg - automatic integration with the ipython event loop (if running) which fixes 'naive' integration for IPython 5+
26382a7
2016-09-09 10:46
下载
v2.0.0b3
REL: v2.0.0b3 Third beta for v2.0.0 release This tag includes several critical bug fixes and updates the dash patterns.
d42e3e9
2016-07-17 07:04
下载
v2.0.0b2
REL: v2.0.0b2 Second beta for v2.0.0 - fixed bugs in scaling dash pattern by linewidth - fixed over/under propagating in images - back ported improved png API from master - deprecate gtk, gdk, wx (not gtkagg, wxagg) backends - tweaks to default font sizes - ensure default ticker always has at least 2 ticks - remove vendored version of `six` - updated GUI icons - many small bug fixes
be2c5fd
2016-07-13 13:59
下载
v1.5.2
REL: v1.5.2 Final planned bug-fix release for the 1.5.x. Highlights: - support for manylinux wheels - fix major performance regression in Path.contains_points - improved pandas support
179de2b
2016-07-03 23:37
下载
v2.0.0b1
REL: v2.0.0b1 First beta release for the v2.0.0
06dad9b
2016-05-31 09:28
下载
v1.5.2rc2
REL: v1.5.2rc2 Second release candidate for v1.5.2 This includes an overhaul of the Tk linking to enable manylinux wheels.
b572f64
2016-05-27 10:15
下载
v1.5.2rc1
v1.5.2rc1 matplotlib v1.5.2rc1
d78d6df
2016-05-23 06:29
下载
v1.5.1
v1.5.1 matplotlib v1.5.1 First bug fix release in the 1.5.x series.
be91fac
2016-01-11 06:20
下载
v1.5.1rc1
REL: v1.5.1rc1 First RC for the first bugfix release in the 1.5.x series.
9d76fd4
2016-01-03 05:38
下载
v1.5.0
matplotlib v1.5.0 This release of matplotlib has several major new features: - Auto-redraw using the object-oriented API. - Most plotting functions now support labeled data API. - Color cycling has extended to all style properties. - Four new perceptually uniform color maps, including the soon-to-be default 'viridis'. - More included style sheets. - Many small plotting improvements. - Proposed new framework for managing the GUI toolbar and tools.
a64e2a0
2015-10-30 05:19
下载
v1.5.0rc3
Tagging 1.5.0rc3
e7e0807
2015-10-22 21:52
下载
v1.5.0rc2
v1.5.0rc2 Second release candidate for matplotlib 1.5.0
0bbff96
2015-10-03 06:46
下载
v1.5.0rc1
v1.5.0rc1 First release candidate for matplotlib 1.5.0
ab00a04
2015-09-15 11:00
下载
v1.4.3
Release v1.4.3 This is the last planned bug-fix release in the 1.4 series.
21f46ff
2015-02-16 11:50
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册