We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
labels
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.
series(sol)
Many thanks to anyone who attemps this. Cheers.
The text was updated successfully, but these errors were encountered:
Is this Makie only?
Sorry, something went wrong.
I haven't tried with Plots.jl admittedly, but the labels keyword should not be there either.
A quick solution to this would be to default to series for plotting so that at least on Makie it allows labels natively.
series
Labels seems to work on Plots?
No branches or pull requests
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 toplot
.In Makie, I would like
plot
to default to series instead of lines, or at least be able to callseries(sol)
because that acceptslabels
by default.Many thanks to anyone who attemps this. Cheers.
The text was updated successfully, but these errors were encountered: