leotac / joypy

Joyplots in Python with matplotlib & pandas :chart_with_upwards_trend:
MIT License
559 stars 59 forks source link

Not enough colors in matplotlib default color cycle to draw all subplots #50

Closed leotac closed 4 years ago

leotac commented 4 years ago

In the case of large number of labels, there are not enough colors for drawing all the density matrices (get an error: plt.rcParams['axes.prop_cycle'].by_key()['color'][j] list index out of range). (see #47)