forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating code #1
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
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
Fix about dialog on Qt 5
This appears to be a backporting error. Closes #6120
TST: pull test image from master branch
Bring back the module level 'backend'
Should ensure correct formatting in both 32 and 64 bit
- remove leading space to tighten up words - reduce font size a bit
Update LICENSE file to match doc/users/license.rst
since that indicates the data is already normalized
Do not re-forward in calls to `set_size_inches` generated via callbacks in the GUI backends. This pevents 'jumping' as the window is resized with the mouse. closes #4680
…ation of that page.
Fixed outdated link to thirdpartypackages, and simplified the page
In the scatter function, color can be a single color, a sequence, or a sequence of colors. I've updated the description so this is clear in the first line.
DOC: clarified color argument in scatter
DOC: clarified color argument in scatter
Added a check that forbids `drawstyle` keywords that are not listed in the documentation. Added tests to mimic linestyle tests. Added self to mailmap.
Specifically, when creating collection objects, `linewidths` and `antialiaseds` can be non zero indexed pandas series. Related to: PR #5556
Fix: Pandas indexing Error in collections
Fix: Pandas indexing Error in collections
MNT: fail earlier on unknown draw_style
MNT: fail earlier on unknown draw_style Conflicts: .mailmap
DOC: docstring added
FIX: plot_date ignores timezone Closes #5575 Conflicts: lib/matplotlib/tests/test_axes.py multiple PRs added tests at same location in file keep all.
MNT: trap inappropriate use of color kwarg in scatter; closes #6266
* Allow key normalization to Cycler objects * Validation is performed at more entry points * Requires Cycler v0.9+
ENH: Added a `PercentFormatter` class to `matplotlib.ticker`
DOC: Clarify fillbetween_x example.
downscale the figure size to account for the increase in DPI but keep the default size of the figure (in pixels) the same.
Use `figure.stale` instead of internal member in macosx
Use `figure.stale` instead of internal member in macosx
Fix cycler validation
Image size changed
ENH/API: Make hatch linewidth an rcParam This also changes the default hatch width on some backends.
ENH/API: Make hatch linewidth an rcParam This also changes the default hatch width on some backends.
Fix #5998: Support fallback font correctly
Fix #5998: Support fallback font correctly
Fix cycler validation
API: shrink default figure size
Tick vertical alignment
Tick vertical alignment
removed duplicate word in Choosing Colormaps documentation
Remake of #6286
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.