Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Update demo_floating_axes.py with comments #6369
Conversation
mdboom
added the
needs_review
label
May 5, 2016
tacaswell
and 1 other
commented on an outdated diff
May 5, 2016
examples/axisartist/demo_floating_axes.py
| @@ -84,7 +84,9 @@ def setup_axes3(fig, rect): | ||
| grid_locator2 = MaxNLocator(3) | ||
| + # Set theta limits in degrees |
tacaswell
Owner
|
tacaswell
added this to the
2.1 (next point release)
milestone
May 5, 2016
tacaswell
added the
Documentation
label
May 5, 2016
|
|
tacaswell
merged commit 76a884c
into matplotlib:master
May 6, 2016
tacaswell
removed the
needs_review
label
May 6, 2016
dstansby
deleted the
unknown repository branch
Nov 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dstansby commentedMay 5, 2016
A couple of comments I think are useful when looking at the demo