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
using Plots xs = [1, 2, 3] ys = [2, 3, 2.4] markers = [:x, :hexagon, :none] plot(xs, ys, markershape=markers)
Produces (desired) on v0.29.9
and (buggy) on v1.5.6
This bug occurs on ( insert x below )
x
Plots.jl version: 1.5.6 vs 0.29.9
Backend version (]st -m): [28b8d3ca] GR v0.48.0
]st -m
Output of versioninfo(): Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC)
versioninfo()
The text was updated successfully, but these errors were encountered:
Can confirm. It worked on 1.5.1 though.
Sorry, something went wrong.
Works fine in pyplot but not in GR for me
FWIW, it works for me with Julia v1.6.0 and Plots v1.11.2 (backend: GR v0.57.3) on OSX
No branches or pull requests
Details
Produces
(desired) on v0.29.9
and
(buggy) on v1.5.6
Backends
This bug occurs on ( insert
x
below )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)
The text was updated successfully, but these errors were encountered: