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
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).
using Plots plot(0:0.0001:2π, sin)
This bug occurs on
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)
versioninfo()
The text was updated successfully, but these errors were encountered:
The bug disappeared after a while.
Sorry, something went wrong.
No branches or pull requests
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
Backends
This bug occurs on
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)
The text was updated successfully, but these errors were encountered: