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] Plot line disappears when one of the data points is extremely large (1.0e9) with ylim constraint #5021

Open
yanwenwang24 opened this issue Nov 12, 2024 · 0 comments
Labels

Comments

@yanwenwang24
Copy link

Details

The pot line disappears when:

using Plots
plot([1.0e9,1,1,1,1], ylim=(0.0,10))

But, the plot line appears correctly when:

using Plots
plot([10000,1,1,1,1], ylim=(0.0,10))

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) *
pythonplot *
plotlyjs *
pgfplotsx *
unicodeplots *
inspectdr *
gaston *

Versions

Plots.jl version: 1.40.8
Backend version (]st -m <backend(s)>):
Output of versioninfo():

Julia Version 1.11.1
OS: macOS (arm64-apple-darwin22.4.0)
  CPU: 14 × Apple M3 Max
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, apple-m3)
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