-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix gridspec.Gridspec: check ratios for consistency with rows and columns #5891
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
Closed
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 #5495. Combine two tests to prevent race cond
Shorter svg files
Add a quit_all key to the default keymap
Instantiating Paths is expensive, but they aren't mutable, so just reuse when possible. WeakValueDictionaries are expensive to construct. We can fix that by handling the weakrefs ourself.
Fix #5660. No FileNotFoundError on Py2
Bugfix for test_triage tool on Python 2
Change `savefig.dpi` and `figure.dpi` defaults
Replace the old label, which included the legthy repr of the axes object, to a nicer label which emphasizes the title or axes labels (depending on what is present). Also drops the use of the label of the Axes object itself, for which I haven't found any other reference or use in general. (Another option would be to use solely `Axes.get_label()` when defined, as this doesn't seem to have any other use.) See #5468.
Deterministic svg
Adjust number of ticks based on length of axis
Fixed a couple of typos and tried to reword a few sentences. Suggestions welcome.
…ts' module, but issue warning because the code logic seems a bit fragile and may fail.
mathtext: no space after comma in brackets
V2.x merge to master
…e_tests_module Allow image comparison outside tests module
Also avoids deprecated class SafeConfigParser in module configparser for Python 3.2 or higher. This time, I extended the get_config method documentation too. Sorry for the mess with the pull requests and thanks for all the comments.
DOC: fix some typos in patches.FancyArrowPatch
Update setupext.py to solve issue #5846
DOCS: Rewordings for normalization docs.
FIX: create _dashSeq and _dashOfset before use
Fix sized delimiters for regular-sized mathtext (#5863)
Build the docs with python 3.4 which should fix the Traitlets/IPython…
DOC: added blurb about external mpl-proscale package
This was a regression from the moving of the file
…/IPython issue" This reverts commit 26a1da9. A new version of Ipython has been released which should fix this and allow us to build with 3.5 again
Revert "Build the docs with python 3.4 which should fix the Traitlets…
Allow build children to run
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.
#5835