Skip to content

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
wants to merge 839 commits into from
Closed

Conversation

julianvmodesto
Copy link
Contributor

mdboom and others added 30 commits December 10, 2015 13:32
Fix #5495.  Combine two tests to prevent race cond
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.
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.
Adjust number of ticks based on length of axis
anntzer and others added 26 commits January 11, 2016 00:27
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
…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…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.