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
vline!
formatter
plot(rand(4) .* 10^6, rand(4) .* 10^6, xformatter=:plain, yformatter=:plain) vline!([10^6])
xformatter=:plain, yformatter=:plain is ignored.
xformatter=:plain, yformatter=:plain
This works fine with hline!:
hline!
plot(rand(4) .* 10^6, rand(4) .* 10^6, xformatter=:plain, yformatter=:plain) hline!([10^6])
This bug occurs on ( insert x below )
x
Plots.jl version: 1.36.3 Backend version (]st -m <backend(s)>): GR 0.69.5 Output of versioninfo():
]st -m <backend(s)>
versioninfo()
Julia Version 1.7.2 Commit bf53498635 (2022-02-06 15:21 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512) Environment: JULIA_EDITOR = code JULIA_NUM_THREADS = 4
The text was updated successfully, but these errors were encountered:
I have the same issue using the GR backend. https://discourse.julialang.org/t/how-to-preserve-xformatter-when-adding-a-vline/92051
Sorry, something went wrong.
I would like to report that the changes to solve this bus have, however, created the following new bug: #4660
Successfully merging a pull request may close this issue.
Details
xformatter=:plain, yformatter=:plain
is ignored.This works fine with
hline!
:Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.36.3
Backend version (
]st -m <backend(s)>
): GR 0.69.5Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: