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] Series restricted to a single marker #2876

Closed
mzgubic opened this issue Jul 25, 2020 · 3 comments
Closed

[BUG] Series restricted to a single marker #2876

mzgubic opened this issue Jul 25, 2020 · 3 comments
Labels

Comments

@mzgubic
Copy link

mzgubic commented Jul 25, 2020

Details

using Plots
xs = [1, 2, 3]
ys = [2, 3, 2.4]
markers = [:x, :hexagon, :none]
plot(xs, ys, markershape=markers)

Produces
image
(desired) on v0.29.9

and
image
(buggy) on v1.5.6

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x
plotly x
plotlyjs x
pgfplotsx x
inspectdr x

Versions

Plots.jl version:
1.5.6 vs 0.29.9

Backend version (]st -m):
[28b8d3ca] GR v0.48.0

Output of versioninfo():
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)

@BeastyBlacksmith
Copy link
Member

Can confirm. It worked on 1.5.1 though.

@BeastyBlacksmith BeastyBlacksmith added GR and removed GR labels Jul 25, 2020
@isentropic
Copy link
Member

Works fine in pyplot but not in GR for me

@briochemc
Copy link
Collaborator

FWIW, it works for me with Julia v1.6.0 and Plots v1.11.2 (backend: GR v0.57.3) on OSX
Screen Shot 2021-04-15 at 10 22 05 pm

@t-bltg t-bltg closed this as completed Sep 25, 2021
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

5 participants