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
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))
This bug occurs on ( insert x below )
x
Plots.jl version: 1.40.8 Backend version (]st -m <backend(s)>): Output of versioninfo():
]st -m <backend(s)>
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
The pot line disappears when:
But, the plot line appears correctly when:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.40.8
Backend version (
]st -m <backend(s)>
):Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: