forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
update #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
update #7
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
changed here: d68662a
When determining which pixels to mask in the resampled image, if _any_ contribution to final value comes from a masked pixel, mask the result. Due to Agg special-casing the meaning of the alpha channel, the interpolation for the mask channel needs to be done separately. This is probably a template for doing the over/under separately. print out exact hash on travis
This patch adds two new rcParams allowing to set label alignment. The sole reason for the existance of these new parameters is to allow user to reset the style to before 2.0 for testing purposes. More specifically, ytick horizontal alignement was changed in a non backward compatible way. xtick vertical alignement was added for API consistency. closes #7905
This allows the public classic stylesheet to be 'more' backward compatible
FIX label vertical alignment can now be specified
This makes the result a bit more reproducable and comparable.
Travis may or may not have a browser installed, but AppVeyor definitely does, so this saves a tiny bit of processing power per run.
This breaks saving PNG when using the PGF backend. Fixes #8121.
FIX: invalid arguments passed to pdftocairo in pgf
Set sticky_edges correctly for negative height bar().
MAINT Backporting of #7995.
Fix imshow masked interpolation
MNT: Cleanup visual_tests and disable browser opening
BUG Ignore invisible axes in computing tight_layout
TST: fail on missing baseline file
DOC moved changelog to the documentation
MAINT moved some maintenance and helper python scripts to tools/
Fix sphinx required version
TST: Inkscape shell mode.
Conflicts: .travis.yml - kept extra lines from 2.0.x to print a few more diagnostics lib/matplotlib/tests/test_backend_pgf.py - keep master version of test decorators lib/matplotlib/tests/test_image.py - kept addational tests from 2.0.x - removed a @cleanup lib/matplotlib/tests/test_ticker.py - conflict from b03b71a kept master version Other: lib/matplotlib/tests/test_axes.py - remove @cleanup
STY: fix whitespace in the tests
The vast majority of examples do not have the executable bit set, so just make everything consistent. Also remove `#!/usr/bin/env python` where appropriate.
[MRG+1] MEP12 ganged example
MNT: Remove executable bit from examples and headers.
DOC shapes and collections is fully SG compatible
…-gallery Removes OldScalarFormatter closes #7956
Use neutral pronoun in docs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.