Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove unused broken doc example axes_zoom_effect #5721
+0
−1
Conversation
tacaswell
added the
needs_review
label
Dec 22, 2015
tacaswell
added this to the
Critical bugfix release (1.5.1)
milestone
Dec 22, 2015
tacaswell
added the
Documentation
label
Dec 22, 2015
tacaswell
added a commit
that referenced
this pull request
Dec 22, 2015
|
|
tacaswell |
4d81e2c
|
tacaswell
merged commit 4d81e2c
into matplotlib:master
Dec 22, 2015
tacaswell
removed the
needs_review
label
Dec 22, 2015
tacaswell
added a commit
that referenced
this pull request
Dec 22, 2015
|
|
tacaswell |
8da6c28
|
|
backported to 1.5.0-doc as 8da6c28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jayvdb commentedDec 22, 2015
doc/users/plotting/examples/axes_zoom_effect.py was literally:
'../../../../examples/pylab_examples/axes_zoom_effect.py'
and therefore was a SyntaxError if used as a Python file.
Closes #5705.