-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
weighted_wiggle stackplot fails when all lines are zero at same x #6313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The problem is that there is the weighting which divides by the total weight to sort out how much to move the base line up or down. This results in a @egpbos Do you understand the underlying algorithm well enough to sort out what to do in this case? reference from source http://leebyron.com/streamgraph/ |
attn @leebyron |
Going to close this as fixed, feel free to comment or re-open if I've missed something. |
Uh oh!
There was an error while loading. Please reload this page.
When using
stackplot(..., baseline='weighted_wiggle')
if ally
arrays contain zero at some (interval of)x
the plot stops rendering after that zero point.I have this issue with Matplotlib 1.5.1, installed via pip, with Python 2.7.10 on Ubuntu Linux 15.10.
The text was updated successfully, but these errors were encountered: