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

GR scatter points with mismatched markerstroke #2425

Closed
mkborregaard opened this issue Feb 29, 2020 · 3 comments
Closed

GR scatter points with mismatched markerstroke #2425

mkborregaard opened this issue Feb 29, 2020 · 3 comments

Comments

@mkborregaard
Copy link
Member

mkborregaard commented Feb 29, 2020

Was there some recent change to GR or is my system acting up?

gr(); scatter(1:10)

Screenshot 2020-02-29 at 14 16 53

Check the weird points.
(@v1.4) pkg> st GR Plots
Status `~/.julia/environments/v1.4/Project.toml`
  [28b8d3ca] GR v0.47.0
  [91a5bcdd] Plots v0.27.1

I actually don't know what's holding back my Plots version... But could it be a version mismatch?
@jheinen

@jheinen
Copy link
Member

jheinen commented Feb 29, 2020

GR now supports setbordercolorind and setborderwidth, which affects marker symbols, rectangles and arcs. For symbols, this means, that it is no longer required (in the Plots/GR backend) to draw symbols twice (with different sizes/colors).

@daschw
Copy link
Member

daschw commented Feb 29, 2020

I can't reproduce with Plots 0.29.3

@mkborregaard
Copy link
Member Author

That's awesome news @jheinen this means we can have hollow points now?
That means it's a version mismatch - is there something wrong in the dep versions for Plots 0.27?

@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
None yet
Projects
None yet
Development

No branches or pull requests

4 participants