anazalea / pySankey

create sankey diagrams with matplotlib
GNU General Public License v3.0
249 stars 95 forks source link

Fix bugs in identifying right labels #17

Open magerstein opened 6 years ago

magerstein commented 6 years ago

Bug in check_data_matches_labels where condition included in length function. Bug when passing labels to check_data_matches_labels to identify right labels. leftLabels variable is being passed to the function instead of rightLabels.

raphik12 commented 5 years ago

Already requested in https://github.com/anazalea/pySankey/pull/15