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] Points that are very close together become invisible when plotted with GR #4228

Closed
onecalfman opened this issue Jun 5, 2022 · 1 comment
Labels

Comments

@onecalfman
Copy link

Details

When plotting a lot of points in proximity of each other, they become invisible.

This problem didn't occur in late April, when I last plotted the problematic data (an ode solution).

Code to reproduce

using Plots
plot(0:0.0001:2π, sin)

Backends

This bug occurs on

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

Versions

Plots.jl version: v1.29.0
Backend version: GR v0.64.3
Output of versioninfo():
Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
OS: Linux (x86_64-redhat-linux)
CPU: AMD Ryzen 5 5500U with Radeon Graphics
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, znver2)

@onecalfman onecalfman added the bug label Jun 5, 2022
@onecalfman
Copy link
Author

The bug disappeared after a while.

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