Is it possible to plot more than 6 columns using seaborn.lineplot?
When I try to plot it I receive following error message:
These `style` levels are missing dashes: {'LOGAN', 'HB20S', 'GOL'}
It works if I index the dataframe for 6 columns.
Here's the code that works:
sns.lineplot(data=movida_2.iloc[:,:6])