Skip to content

Passing matplotlib arguments to plot.timeseries() #463

@FrejaTerpPetersen

Description

@FrejaTerpPetersen

I would like to be able to choose colors and linestyles of the timeseries plot in modelskil. I use the following code:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions