Skip to content
New issue

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

Automated density legend labels do not take into account line style #3818

Open
Datseris opened this issue Apr 30, 2024 · 0 comments
Open

Automated density legend labels do not take into account line style #3818

Datseris opened this issue Apr 30, 2024 · 0 comments
Labels
bug Makie Backend independent issues (Makie core)

Comments

@Datseris
Copy link
Contributor

Datseris commented Apr 30, 2024

MWE:

fig, ax = density(randn(1000); label = "test", color = (:red, 0.25), linestyle = :dash, strokecolor = :red, strokewidth = 3)
axislegend(ax)
fig

image

Legend entry doesn't have dashed style.

Version:
[13f3f980] CairoMakie v0.11.10
[ee78f7c6] Makie v0.20.9
Windows 10

@Datseris Datseris added the bug label Apr 30, 2024
@asinghvi17 asinghvi17 added the Makie Backend independent issues (Makie core) label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Makie Backend independent issues (Makie core)
Projects
None yet
Development

No branches or pull requests

2 participants