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
Labels with the same text do not get merged:
scatter(rand(100), label="Abc" => (;markersize=20)) lines!(rand(100), label="Abc") axislegend(merge=true)
To get merged, the same label arguments need to be specified, even if they don't make any sense for the plot type:
I guess merge=true is supposed to merge labels based on their text, not on their attributes – right?
merge=true
]st -m Makie
]activate --temp; add Makie
The text was updated successfully, but these errors were encountered:
Yep that's a bug, should add a test case for this scenario
Sorry, something went wrong.
No branches or pull requests
Labels with the same text do not get merged:
To get merged, the same label arguments need to be specified, even if they don't make any sense for the plot type:
I guess
merge=true
is supposed to merge labels based on their text, not on their attributes – right?]st -m Makie
) v0.21]activate --temp; add Makie
)The text was updated successfully, but these errors were encountered: