summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib
AgeCommit message (Collapse)AuthorFilesLines
2022-11-14py-matplotlib: updated to 3.6.2adam2-6/+6
REL: v3.6.2 This release contains several bug-fixes and adjustments: Avoid mutating dictionaries passed to subplots Fix bbox_inches='tight' on a figure with constrained layout enabled Fix auto-scaling of ax.hist density with histtype='step' Fix compatibility with PySide6 6.4 Fix evaluating colormaps on non-NumPy arrays Fix key reporting in pick events Fix thread check on PyPy 3.8 Handle input to ax.bar that is all NaN Make rubber band more visible on Tk and Wx backends Restore (and warn on) seaborn styles in style.library Restore get_renderer function in deprecated tight_layout nb/webagg: Fix resize handle on WebKit browsers (e.g., Safari)
2022-10-13py-matplotlib: updated to 3.6.1adam3-79/+63
Matplotlib 3.6.0 * Figure and Axes creation / management o |subplots|, |subplot_mosaic| accept /height_ratios/ and /width_ratios/ arguments o Constrained layout is no longer considered experimental o New |layout_engine| module o Compressed layout added for fixed-aspect ratio Axes o Layout engines may now be removed o |Axes.inset_axes| flexibility o WebP is now a supported output format o Garbage collection is no longer run on figure close * Plotting methods o Striped lines (experimental) o Custom cap widths in box and whisker plots in |bxp| and |boxplot| o Easier labelling of bars in bar plot o New style format string for colorbar ticks o Linestyles for negative contours may be set individually o Improved quad contour calculations via ContourPy o |errorbar| supports /markerfacecoloralt/ o |streamplot| can disable streamline breaks o New axis scale |asinh| (experimental) o |stairs(..., fill=True)| hides patch edge by setting linewidth o Fix the dash offset of the |Patch| class o |Rectangle| patch rotation point * Colors and colormaps o Color sequence registry o Colormap method for creating a different lookup table size o Setting norms with strings * Titles, ticks, and labels o |plt.xticks| and |plt.yticks| support /minor/ keyword argument * Legends o Legend can control alignment of title and handles o /ncol/ keyword argument to |legend| renamed to /ncols/ * Markers o |marker| can now be set to the string "none" o Customization of |MarkerStyle| join and cap style * Fonts and Text o Font fallback o List of available font names o |math_to_image| now has a /color/ keyword argument o Active URL area rotates with link text * rcParams improvements o Allow setting figure label size and weight globally and separately from title o Mathtext parsing can be disabled globally o Double-quoted strings in matplotlibrc * 3D Axes improvements o Standardized views for primary plane viewing angles o Custom focal length for 3D camera o 3D plots gained a 3rd "roll" viewing angle o Equal aspect ratio for 3D plots * Interactive tool improvements o Rotation, aspect ratio correction and add/remove state o |MultiCursor| now supports Axes split over multiple figures o |PolygonSelector| bounding boxes o Setting |PolygonSelector| vertices o |SpanSelector| widget can now be snapped to specified values o More toolbar icons are styled for dark themes * Platform-specific changes o Wx backend uses standard toolbar o Improvements to macosx backend + Modifier keys handled more consistently + |savefig.directory| rcParam support + |figure.raise_window| rcParam support + Full-screen toggle support + Improved animation and blitting support o macOS application icon applied on Qt backend o New minimum macOS version o Windows on ARM support
2022-09-12py-matplotlib: updated to 3.5.3adam2-6/+8
v3.5.3 This release contains several bug-fixes and adjustments: Fix alignment of over/under symbols Fix bugs in colorbars: alpha of extensions drawedges=True with extensions handling of panchor=False Fix builds on Cygwin and IBM i Fix contour labels in SubFigures Fix cursor output: for imshow with all negative values when using BoundaryNorm Fix interactivity in IPython/Jupyter Fix NaN handling in errorbar Fix NumPy conversion from AstroPy unit arrays Fix positional markerfmt passed to stem Fix unpickling: crash loading in a separate process incorrect DPI when HiDPI screens
2022-06-18py-matplotlib: add missing build dependencywiz1-1/+2
2022-06-16py-matplotlib: Update to 3.5.2ryoon4-39/+51
* Use mplsetup.cfg to use freetype2 and qhull from pkgsrc to avoid build-time downloading. CHangelog: 3.5.2: * Preliminary support for Windows on arm64 target has been added; this requires FreeType 2.11 or above. 3.5.1: Bugfixes 3.5.0: What's new in Matplotlib 3.5.0 (Nov 15, 2021) Figure and Axes creation / management * subplot_mosaic supports simple Axes sharing * Figure now has draw_without_rendering method * Figure __init__ passes keyword arguments through to set Plotting methods * Add Annulus patch * set_data method for FancyArrow patch * New arrow styles in ArrowStyle and ConnectionPatch * Setting collection offset transform after initialization Colors and colormaps * Colormap registry (experimental) * Image interpolation now possible at RGBA stage * imshow supports half-float arrays * A callback registry has been added to Normalize objects Titles, ticks, and labels * Settings tick positions and labels simultaneously in set_ticks Fonts and Text * Triple and quadruple dot mathtext accents * Font properties of legend title are configurable * Text and TextBox added parse_math option * Text can be positioned inside TextBox widget * Simplifying the font setting for usetex mode * Type 42 subsetting is now enabled for PDF/PS backends rcParams improvements * Allow setting default legend labelcolor globally 3D Axes improvements * Axes3D now allows manual control of draw order * Allow changing the vertical axis in 3d plots * plot_surface supports masked arrays and NaNs * 3D plotting methods support data keyword argument Interactive tool improvements * Colorbars now have pan and zoom functionality * Updated the appearance of Slider widgets * Removing points on a PolygonSelector * Dragging selectors * Clearing selectors * Setting artist properties of selectors * Ignore events outside selection * CallbackRegistry objects gain a method to temporarily block signals * Directional sizing cursors Sphinx extensions * More configuration of mathmpl sphinx extension Backend-specific improvements * GTK backend * Qt backends * HiDPI support in Cairo-based, GTK, and Tk backends * Qt figure options editor improvements * WX backends support mouse navigation buttons * WebAgg uses asyncio instead of Tornado
2022-05-15py-matplotlib: incompatibility with matplotlib via numpynia1-2/+2
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30Forget about Python 3.6adam1-2/+2
2021-11-06py-matplotlib: updated to 3.4.3adam2-8/+7
3.4.3 This release contains several critical bug-fixes: Clarify deprecation of Axes.figbox Disable MultiCursor widget on Axes subplots which it is not tracking Don't simplify path in LineCollection.get_segments Fix DPI in subfigures, affecting tick spacing, and scatter marker size Fix broken EPS output when using Type 42 STIX fonts Fix change in tick behaviour when calling Axes.clear Fix class docstrings for Norms created from Scales Fix compatibility with NumPy 1.21.0 Fix crash on broken TrueType fonts Fix incorrect hits from Path.intersects_path Fix leak if affine_transform is passed invalid vertices Fix legends of stackplot with edgecolors='face' Fix plot directive when building in parallel Fix supxlabel and supylabel behaviour in constrained layout Fix tests with latest Inkscape and Ghostscript Improve DateFormatter styling for month names when usetex=True Re-disable autoscaling after interactive zoom Work around bug in Pillow 8.3.0
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-06-29py-numpy: "Python version >= 3.7 required."nia1-1/+2
2021-05-10py-matplotlib: updated to 3.4.2adam2-7/+7
3.4.2 Bug fixes
2021-05-05py-matplotlib: updated to 3.4.1adam4-65/+34
What's new in Matplotlib 3.4.0 * Figure and Axes creation / management - New subfigure functionality - Single-line string notation for subplot_mosaic - Changes to behavior of Axes creation methods (gca, add_axes, add_subplot) - add_subplot/add_axes gained an axes_class parameter - Subplot and subplot2grid can now work with constrained layout * Plotting methods - axline supports transform parameter - New automatic labeling for bar charts - A list of hatches can be specified to bar and barh - Setting BarContainer orientation - Contour plots now default to using ScalarFormatter - Axes.errorbar cycles non-color properties correctly - errorbar errorevery parameter matches markevery - hexbin supports data reference for C parameter - Support callable for formatting of Sankey labels - Axes.spines access shortcuts - New stairs method and StepPatch artist - Added orientation parameter for stem plots - Angles on Bracket arrow styles - TickedStroke patheffect * Colors and colormaps - Collection color specification and mapping - Transparency (alpha) can be set as an array in collections - pcolormesh has improved transparency handling by enabling snapping - IPython representations for Colormap objects - Colormap.set_extremes and Colormap.with_extremes - Get under/over/bad colors of Colormap objects - New cm.unregister_cmap function - New CenteredNorm for symmetrical data around a center - New FuncNorm for arbitrary normalizations - GridSpec-based colorbars can now be positioned above or to the left of the main axes * Titles, ticks, and labels - supxlabel and supylabel - Shared-axes subplots tick label visibility is now correct for top or left labels - An iterable object with labels can be passed to Axes.plot * Fonts and Text - Text transform can rotate text direction - matplotlib.mathtext now supports overset and underset LaTeX symbols - math_fontfamily parameter to change Text font family - TextArea/AnchoredText support horizontalalignment - PDF supports URLs on Text artists * rcParams improvements - New rcParams for dates: set converter and whether to use interval_multiples - Date formatters now respect usetex rcParam - Setting image.cmap to a Colormap - Tick and tick label colors can be set independently using rcParams * 3D Axes improvements - Errorbar method in 3D Axes - Stem plots in 3D Axes - 3D Collection properties are now modifiable - Panning in 3D Axes * Interactive tool improvements - New RangeSlider widget - Sliders can now snap to arbitrary values - Pausing and Resuming Animations * Sphinx extensions - plot_directive caption option * Backend-specific improvements - Consecutive rasterized draws now merged - Support raw/rgba frame format in FFMpegFileWriter - nbAgg/WebAgg support middle-click and double-click - nbAgg support binary communication - Indexed color for PNG images in PDF files when possible - Improved font subsettings in PDF/PS - Kerning added to strings in PDFs - Fully-fractional HiDPI in QtAgg - wxAgg supports fullscreen toggle
2021-02-07py-matplotlib: updated to 3.3.4adam2-9/+7
v3.3.4: This release contains several critical bug-fixes: Fix WebAgg initialization. Fix parsing QT_API setting with mixed case. Fix build with link-time optimization disabled in environment. Fix test compatibility with NumPy 1.20. Fix test compatibility with pytest 6.2.
2021-01-24py-matplotlib: Fix build with math/qhull-2020.2ryoon2-1/+18
2021-01-23revbump for qhullgdt1-2/+2
2021-01-17py-matplotlib: Bump PKGREVISION for dependency change.wiz1-1/+2
2021-01-17(graphics/py-matplotlib) Modify setup.cfg to use System qhull, alsomef3-5/+8
2021-01-17(graphics/py-matplotlib) Add setup.cfg to use System freetype, tks joerg@mef2-1/+27
2021-01-14(graphics/py-matplotlib) Add DEPENDS+= py*-certifi-[0-9]*, fixing buildmef1-1/+2
2021-01-10py-matplotlib: updated to 3.3.3adam3-34/+39
v3.3.3 This release contains several critical bug-fixes: Fix calls to Axis.grid with argument visible=True. Fix fully masked imshow. Fix inconsistent color mapping in scatter for 3D plots. Fix notebook/nbAgg figures when used with ipywidgets in the same cell. Fix notebook/nbAgg/WebAgg on older (e.g., Firefox ESR) browsers. Fix pcolormesh with datetime coordinates. Fix performance regression with datetimes. Fix singular ticks with small log ranges. Fix timers/animations on wx and notebook backends. Remove certifi as a hard runtime dependency. v3.3.2 This release contains several critical bug-fixes: fix Axis scale on twinned Axes fix auto-close of Figures in nbagg fix automatic title placement if Axes is off the Figure fix autoranging of log scales with barstacked histogram fix extra redraws when using Button or TextBox widgets fix imshow with LogNorm and large vmin/vmax ranges fix plotting Pandas DataFrame with string MultiIndex fix scatter with marker='' fix scatter3d color/linewidth re-projection fix state of mode buttons in TkAgg backends include license files in built distribution reduce Visual C++ runtime requirements on Windows v3.3.1 This release contains several critical bug-fixes: fix docstring import issues when running Python with optimization fix hist with categorical data, such as with Pandas fix install on BSD systems fix nbagg compatibility with Chrome 84+ fix ordering of scatter marker size in 3D plots fix performance regression when plotting Paths fix reading from URL in imread fix several regressions with new date epoch handling fix some bad constrained and tight layout interactions with colorbars fix use of customized toolbars in TkAgg and WXAgg backends v3.3.0 Highlights of this release include: Provisional API for composing semantic axes layouts from text or nested lists New Axes.sharex, Axes.sharey methods Turbo colormap colors.BoundaryNorm supports extend keyword argument Text color for legend labels Pcolor and Pcolormesh now accept shading='nearest' and 'auto' Allow tick formatters to be set with str or function inputs New Axes.axline method Dates use a modern epoch Improved font weight detection Axes3D no longer distorts the 3D plot to match the 2D aspect ratio More consistent toolbar behavior across backends Toolbar icons are now styled for dark themes Cursor text now uses a number of significant digits matching pointing precision Functions to compute a Path's size savefig() gained a backend keyword argument Saving SVG now supports adding metadata Saving PDF metadata via PGF now consistent with PDF backend NbAgg and WebAgg no longer use jQuery & jQuery UI
2020-10-12math/blas, math/lapack: Install interchangeable BLAS systembacon1-1/+2
Install the new interchangeable BLAS system created by Thomas Orgis, currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and Apple's Accelerate.framework. This system allows the user to select any BLAS implementation without modifying packages or using package options, by setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details. This commit should not alter behavior of existing packages as the system defaults to Netlib BLAS/LAPACK, which until now has been the only supported implementation. Details: Add new mk/blas.buildlink3.mk for inclusion in dependent packages Install compatible Netlib math/blas and math/lapack packages Update math/blas and math/lapack MAINTAINER approved by adam@ OpenBLAS, cblas, and lapacke will follow in separate commits Update direct dependents to use mk/blas.buildlink3.mk Perform recursive revbump
2020-06-18py-matplotlib: updated to 3.2.2adam2-7/+7
What's new in Matplotlib 3.2 Unit converters recognize subclasses imsave accepts metadata and PIL options cbook.normalize_kwargs FontProperties accepts os.PathLike Gouraud-shading alpha channel in PDF backend Kerning adjustments now use correct values bar3d lightsource shading Shifting errorbars Improvements in Logit scale ticker and formatter rcParams for axes title location and color 3-digit and 4-digit hex colors
2020-05-17py-matplotlib: updated to 3.2.1adam3-30/+288
What's new in Matplotlib 3.2 Unit converters recognize subclasses imsave accepts metadata and PIL options cbook.normalize_kwargs FontProperties accepts os.PathLike Gouraud-shading alpha channel in PDF backend Kerning adjustments now use correct values bar3d lightsource shading Shifting errorbars Improvements in Logit scale ticker and formatter rcParams for axes title location and color 3-digit and 4-digit hex colors
2020-02-18py-matplotlib: updated to 3.1.3adam2-8/+8
REL: v3.1.3 This is the final planned release of the 3.1.x series. This release contains several critical bug-fixes: - suppress a warning with Pandas 1.0 - support pillow >= 7 - support dateutils >= 2.8.1 - prevent an infinite recursion - do not clobber non-python registered signal handler - fix path intersection computation with 0 length segments - fix performance regression in draw_idle - several minor bugs
2019-12-11py-matplotlib: updated to 3.1.2adam2-9/+9
v3.1.2: - fix regresion of incorrect limits for y-axis in imshow - fix integer indexed pandas series - fix ScalarFormatter formatting of masked values - webagg and nbagg no longer incorrectly fallback to agg when $DISPLAY is not set - several fixes for Qt5 backend - other bugfixes and documentation fixes
2019-11-27Update to remove the sentences that describe removed packagesryoon1-3/+0
2019-07-03py-matplotlib: updated to 3.1.1adam2-7/+7
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.
2019-06-16py-matplotlib: updated to 3.1.0adam8-203/+69
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 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. 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. 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 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!
2018-07-11py-matplotlib: fix PR 53425gson3-2/+33
Don't call fflush() on a read-only file pointer; it is an error on BSD systems and causes the import of matplotlib.pyplot to fail.
2018-04-14py-matplotlib: updated to 2.2.2adam4-25/+42
v2.2.2 LTS 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. v2.2.1 LTS 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.0 LTS 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.
2018-02-07py-matplotlib: removed buildlink3.mk (use DEPENDS)adam1-19/+0
2018-01-30py-matplotlib: updated to 2.1.2adam2-7/+7
2.1.2: 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
2018-01-14py-matplotlib: follow redirectwiz1-2/+2
2017-12-22py-matplotlib: updated to 2.1.1adam3-11/+11
2.1.1: Bug fixes.
2017-11-24*: depend on py-cairo now it supports all python versionswiz1-4/+2
2017-11-15For Python 2.7: depend on py-backports.functools_lru_cache instead of ↵adam1-2/+2
py-functools32
2017-10-13py-matplotlib: update to 2.1.0adam4-44/+75
v2.1.0: This is the second minor release in the Matplotlib 2.x series and the first release with major new features since 1.5. This release contains approximately 2 years worth of work by 275 contributors across over 950 pull requests. Highlights from this release include: * support for string categorical values * export of animations to interactive javascript widgets * major overhaul of polar plots * reproducible output for ps/eps, pdf, and svg backends * performance improvements in drawing lines and images * GUIs show a busy cursor while rendering the plot * along with many other enhancements and bug fixes.
2017-06-05Added DEPENDS for Python 2.7adam1-1/+7
2017-05-30Minor clean-upadam1-7/+3
2017-05-29Critical bug fixes in 2.0.2:adam7-2057/+139
- fixed Qt4 support - fixed LogFormatter - fixed hatched artists in legends - fixed segfault with large images
2017-05-18update URLszptvlfn1-1/+1
2017-02-20Switch py-dateutils to plain DEPENDS.wiz1-4/+2
It supports both python 2 and 3 nowadays.
2016-08-17add missing run-time dependency on py-cycler with revbump.richard1-2/+3
2016-08-04Upgrade py-matplotlib to 1.5.2kamil6-103/+608
pkgsrc changes: - add test target (Ran 5205 tests in 362.603s OK (KNOWNFAIL=468, SKIP=15)) - drop merged patches - rediff setup.py patch (it got renamed) 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
2016-05-29(1) Move MASTER_SITES from sourceforge.net to github.commef3-9/+16
size in distinfo slightly changed with the same name, set DIST_SUBDIR (2) Githubify (3) Add comment on patch-ab, picking up from cvs log
2016-03-27Add Darwin-specific file.jperkin1-0/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-02-26Rename variables to avoid use of reserved identifiers.wiedi3-1/+42
Fix from upstream: https://github.com/matplotlib/matplotlib/issues/2463