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

[BUG]Legend entries are in wrong order for areaplot #5029

Open
Pascal-ascii opened this issue Nov 18, 2024 · 0 comments
Open

[BUG]Legend entries are in wrong order for areaplot #5029

Pascal-ascii opened this issue Nov 18, 2024 · 0 comments

Comments

@Pascal-ascii
Copy link

Details

using Plots
x=1:10
y=[11:20 16:25]
areaplot(x,y)

==> The order of the colors in the legend appear upside down compared to the order used in the chart.

Backends

This bug occurs on :

Backend yes no untested
gr (default) x
pythonplot x
plotlyjs x
pgfplotsx x
unicodeplots x
inspectdr x
gaston x

Versions

Plots.jl version: v1.40.9
Backend version : GR v0.73.8

Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 8 × 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, tigerlake)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS =

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants