I would like to be able to choose colors and linestyles of the timeseries plot in modelskil. I use the following code: <img width="460" alt="image" src="https://github.com/user-attachments/assets/f805dfab-c7ea-452b-80c6-bcd2bbb90ea2"> cc2["Drogden"] is a modelskill comparer. Where I essentially would like to do something along the lines of: `(cc2["Drogden"].sel(start="10-05-1997",end="10-17-1997")).plot.timeseries(ax=ax, col=pal)` where pal is a list holding the matplotlib color codes. Similarly for linestyles.