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] incorrect marker size #2951

Closed
LaurentPlagne opened this issue Sep 3, 2020 · 1 comment
Closed

[BUG] incorrect marker size #2951

LaurentPlagne opened this issue Sep 3, 2020 · 1 comment

Comments

@LaurentPlagne
Copy link

LaurentPlagne commented Sep 3, 2020

Details

The marker size in the legend does not match the marker size in the curve (too big).

MWE:

using Plots
pyplot()

n = 100
x = 1:n
y = rand(n)
p = plot(x, y, linewidth=2, marker=:circle, markercolor="white")

savefig(p, "toto.png")`

Backends

This bug occurs on ( insert x below )

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

Versions

Plots.jl version: 1.5.8

Output of versioninfo():
Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)

@BeastyBlacksmith
Copy link
Member

this got intentionally changed in #2643 and discussed in the references therein

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

3 participants