summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib-tk/patches/patch-ab
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Critical bug fixes in 2.0.2:adam1-13/+0
- fixed Qt4 support - fixed LogFormatter - fixed hatched artists in legends - fixed segfault with large images
2016-08-03Upgrade py-matplotlib-tk to 1.5.2kamil1-2/+2
pkgsrc changes: - add test target (Ran 5205 tests in 362.603s OK (KNOWNFAIL=468, SKIP=15)) upstream changes: REL: v1.5.2 Final planned release for the 1.5.x series. REL: v1.5.1 First bug fix release for 1.5.x series. REL: 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. REL: v1.4.3 This is the last planned bug-fix release in the 1.4 series. Many bugs are fixed including: fixing drawing of edge-only markers in AGG fix run-away memory usage when using %inline or saving with a tight bounding box with QuadMesh artists improvements to wx and tk gui backends Additionally the webagg and nbagg backends were brought closer to feature parity with the desktop backends with the addition of keyboard and scroll events thanks to Steven Silvester. REL: v1.4.2 Minor bug-fix release for 1.4 series regenerated pyplot.py REL: v1.4.1 Bug-fix release for the 1.4 series. reverts the changes to interactive plotting so ion will work as before in all cases fixed boxplot regressions fixes for finding freetype and libpng sundry unicode fixes (looking up user folders, importing seaborn/pandas/networkx with macosx backend) nbagg works with python 3 + new font awesome fixed saving dialogue in QT5 REL: v1.4.0 This release has contributions from ~170 authors (http://matplotlib.org/users/github_stats.html). This release contains many bug fixes as will as a number of new features. For the full list see http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-4. Some highlights are: style module : experimental package to make managing the style of matplotlib figures easier nbagg : interactive figures in ipython notebooks backed by the AGG renderer full python 3 support (including cairo backends) Qt5 support (for python 3 only) violin plots and 3D quiver plots (projects done for a course at University of Toronto, Scarborough) improved box plot interface
2014-01-21re-add py-matplotlib-tk -- it works for medrochner1-0/+13
2014-01-21Remove py-matplotlib-tk -- the tk backend is not supported in thewiz1-55/+0
latest release.
2013-07-24sync w/ base pkgdrochner1-4/+4
2012-12-17sync w/ base pkgdrochner1-9/+8
2012-04-17sync w/ base pkgdrochner1-8/+8
2011-02-17Update to py-matplotlib 1.0.1markd1-5/+7
Various bugfixes.
2010-05-17update to 0.99.2.1drochner1-21/+5
changes: -new frameworks: mplot3d, axes grid, axis spine placement -bugfixes
2009-08-05Update py-matplotlib* to 0.98.4markd1-6/+8
various bug fixes and new features.
2009-05-14Import py-matplotlib-tk version 0.98.0.he1-0/+68
matplotlib is a pure python plotting library designed to bring publication quality plotting to python with a syntax familiar to matlab users. A lot progress towards this goal has been made since the first release of matplotlib, the library does produce high quality 2D plots. All of the plotting commands can be accessed either via a functional interface familiar to matlab users or an object oriented interface familiar to python users, and several high resolution output formats are supported. This package contains the Tk driver for matplotlib. Tutorial: http://matplotlib.sourceforge.net/tutorial.html