Seaborn: Can't handle more than 6 styles

Created on 21 Jul 2018  路  1Comment  路  Source: mwaskom/seaborn

Plotting e.g. sns.lineplot(x="airflow", y="noise", hue="name", style="name", data=df, markers=True) with more than 6 different names gives ValueError: Thesestylelevels are missing dashes.

Expected behaviour: Marker and line style loop cyclically and their sizes have a large least common multiple so the period between recurring styles is large.

Most helpful comment

I'm closing in favor of #1513 which is a bit more general and includes a runnable example. Feel free to weigh in there.

>All comments

I'm closing in favor of #1513 which is a bit more general and includes a runnable example. Feel free to weigh in there.

Was this page helpful?
0 / 5 - 0 ratings