t4d-gmbh / pyAlluv

matplotlib based tool for the visualization of alluvial diagrams.
https://pyalluv.rtfd.io/
GNU General Public License v3.0
1 stars 0 forks source link

using cbook.index_of on diagram columns leads numpy to complain #7

Closed j-i-l closed 3 years ago

j-i-l commented 3 years ago

Columns can be ragged.

j-i-l commented 3 years ago

simply use range(len since columns defined in alluvial directly as lists

j-i-l commented 3 years ago

done with a8e6d30