Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Issue #6105: Adds targetfig parameter to the subplot2grid function #6179
Conversation
mdboom
added the
needs_review
label
Mar 17, 2016
tacaswell
commented on an outdated diff
Mar 18, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
Mar 18, 2016
|
|
tacaswell
added a commit
that referenced
this pull request
Mar 20, 2016
|
|
tacaswell |
0003470
|
tacaswell
merged commit 0003470
into matplotlib:master
Mar 20, 2016
tacaswell
removed the
needs_review
label
Mar 20, 2016
This was referenced Apr 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
paulkirow commentedMar 17, 2016
As mentioned in issue #6105. A simple implementation. I named the argument targetfig to be consistent with another function in pyplot, subplot_tool.
Feedback needed.