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
errorbar
https://discourse.julialang.org/t/makie-errorbars-in-legend-look-awkward/104832/2?u=jling
It would be nice to have a vertical line for errorbar legend, right now it doesn't combine usefully with lines:
stairs([1,3,2,1]; label="x") errorbars!((2:4) .- 0.5, [3,2,1], [2,3,4]; label="x") axislegend(; merge=true) current_figure()
The text was updated successfully, but these errors were encountered:
You can define Makie.legendelements(plot::Errorbars, legend) in order to do this.
Makie.legendelements(plot::Errorbars, legend)
See e.g.
Makie.jl/src/makielayout/blocks/legend.jl
Lines 500 to 510 in 2fe1ac4
Sorry, something went wrong.
No branches or pull requests
https://discourse.julialang.org/t/makie-errorbars-in-legend-look-awkward/104832/2?u=jling
It would be nice to have a vertical line for
errorbar
legend, right now it doesn't combine usefully with lines:The text was updated successfully, but these errors were encountered: