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] Markers not in legend when plotting step functions #4928

Open
eirikbrandsaas opened this issue May 3, 2024 · 0 comments
Open

[BUG] Markers not in legend when plotting step functions #4928

eirikbrandsaas opened this issue May 3, 2024 · 0 comments
Labels

Comments

@eirikbrandsaas
Copy link

Details

X = rand(10,4)
plot(plot(X, markershape = :auto),plot(X, markershape = :auto,linetype=:steppost))

image

You'd expect(?) that the markers would still be there, and the same happens for steppre and stepmid.

Backends

This bug occurs on ( insert x below )

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

Versions

Plots.jl version: Plots v1.40.1
Backend version (]st -m <backend(s)>): GR v0.73.2
Output of versioninfo():

Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 12 × Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 5 on 12 virtual cores
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS = 4

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

No branches or pull requests

1 participant