Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix example of streamplot `start_points` option #6672
Conversation
mdboom
added the
needs_review
label
Jul 1, 2016
afvincent
added the
Documentation
label
Jul 1, 2016
tacaswell
merged commit d4e3765
into matplotlib:master
Jul 3, 2016
tacaswell
removed the
needs_review
label
Jul 3, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Jul 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
afvincent commentedJul 1, 2016
1/ Change the docstring, which was copy-pasted from the other example
streamplot_demo_features, for something that should be more relevant and descriptive.2/ Change
fig0andax0, for onlyfigandaxas they are the only instances. My guess is that the previous names were just a copy-pasting result too.3/ I don't know why, but the vector field in this example was different from the one used in all the other streamplot examples: it was mode of simple horizontal streamlines. I copy-pasted the vector field from
streamplot_demo_featuresand added a few new seeds. The result seems more demonstrative to me: in the former example, one of the starting points was used to draw a very (very) short streamline, which puzzled me when trying to understand what the example was demonstrating.The new example looks like:
