kdavies4 / ModelicaRes

Set up, analyze, and plot Modelica simulations in Python
http://kdavies4.github.io/ModelicaRes/
Other
51 stars 20 forks source link

Sankey diagrams accumulate labels #1

Closed kdavies4 closed 11 years ago

kdavies4 commented 11 years ago

When multiple Sankey diagrams are generated at successive times in a simulation, the labels are appended. I need to submit a fix to the Sankey class of matplotlib. After it is accepted, remove the temporary change to 00-make-gh-pages.sh in the gh-pages branch.

kdavies4 commented 11 years ago

Submitted update to matplotlib. It should be a part of matplotlib v1.3.0.

kdavies4 commented 11 years ago

Verified the fix