Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DOC: Clarify fillbetween_x example. #6247
Conversation
mdboom
added the
needs_review
label
Mar 30, 2016
|
|
tacaswell
merged commit 9cac49d
into matplotlib:master
Apr 11, 2016
tacaswell
removed the
needs_review
label
Apr 11, 2016
|
This does not backport to 1.5.x cleanly, will sort that out tomorrow. |
QuLogic
added this to the
1.5.2 (Critical bug fix release)
milestone
Apr 11, 2016
simongibbons
deleted the
simongibbons:fillbetweenx_clarification branch
Apr 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
simongibbons commentedMar 30, 2016
The example for fillbetween_x confusingly switches the variables for x and y in the code compared to what is plotted. This PR fixes that.