Is your feature request related to a problem? Please describe.
I can't add custom labels to my plots when using the recipe and plotting solutions.
Describe the solution you’d like
I would like to be able to pass a labels
kwarg to plot
.
In Makie, I would like plot
to default to series instead of lines, or at least be able to call series(sol)
because that accepts labels
by default.
Many thanks to anyone who attemps this. Cheers.