FIX: dpi dependent arrow heads
Conflicts:
lib/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.png
Keep version form cherry-pick
Manually backport part of bd63121 which
renamed the test files.
First beta release of v2.0.0
This previews the new default style and many bug-fixes. A full list of
the style changes will be collected for the final release.
In addition to the style change this release includes:
- overhaul of font handling/text rendering to be faster and clearer
- many new rcParams
- Agg based OSX backend
- optionally deterministic SVGs
- complete re-write of image handling code
- simplified color conversion
- specify colors in the global property cycle via `'C0'`,
`'C1'`... `'C9'`
- use the global property cycle more places (bar, stem, scatter)
There is a 'classic' style sheet which reproduces the 1.Y defaults:
import matplotlib.style as mstyle
mstyle.use('classic')
Matplotlib and all its required dependencies can be installed using pip.
Binaries for Python 3.5 are built with Visual Studio 2015 and include the required C++ runtime files.
Remove references to Python 2.6 and 3.3, as well as Windows installers.
ENH: New toolbar icons
Conflicts:
doc/users/navigation_toolbar.rst
- kept new wording
lib/matplotlib/backends/backend_qt5.py
- wording + indentation change which is now correct
jenshnielsen commentedJun 8, 2016
This didn't merge cleanly so just running it via travis