Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Document mpl_toolkits.axes_grid1.anchored_artists #4874
Conversation
tacaswell
added the
needs_review
label
Aug 6, 2015
tacaswell
added this to the
next major release (2.0)
milestone
Oct 8, 2015
tacaswell
commented on an outdated diff
Nov 5, 2015
| @@ -1,43 +1,152 @@ | ||
| from __future__ import (absolute_import, division, print_function, | ||
| unicode_literals) | ||
| -from matplotlib.externals import six |
tacaswell
Owner
|
|
I think this is ready to merge once you address @tacaswell's minor comment. |
tacaswell
closed this
Dec 16, 2015
tacaswell
removed the
needs_review
label
Dec 16, 2015
tacaswell
reopened this
Dec 16, 2015
tacaswell
added the
needs_review
label
Dec 16, 2015
|
merged #4864 cycled open/close to re-trigger travis on new master |
sargas
added some commits
Aug 5, 2015
|
I've rebased, readded the I did have to change one of the examples which imported |
tacaswell
commented on the diff
Dec 17, 2015
tacaswell
commented on the diff
Dec 17, 2015
| from matplotlib.patches import Rectangle, Ellipse | ||
| -import numpy as np | ||
| - | ||
| -from matplotlib.offsetbox import AnchoredOffsetbox, AuxTransformBox, VPacker,\ |
tacaswell
Owner
|
jenshnielsen
added a commit
that referenced
this pull request
Dec 26, 2015
|
|
jenshnielsen |
b6a79ac
|
jenshnielsen
merged commit b6a79ac
into matplotlib:master
Dec 26, 2015
tacaswell
removed the
needs_review
label
Dec 26, 2015
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this pull request
Oct 16, 2016
|
|
jenshnielsen + QuLogic |
ef06f5f
|
|
Backported to v2.x via ef06f5f. |
sargas commentedAug 6, 2015
Here's another PR following up on #4864.
The documentation isn't built with this commit, but I'll
push another commit (or open another PR if this is already merged) to add the API docs
to doc/mpl_toolkits/axes_grid/api/index.rst once PR #4864 is merged.