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
aspect_ratio
xlims
When aspect_ratio and xlims are used together, the former will be ignored by the PGFPlotsX backend.
using Plots pgfplotsx() let xs = 1:0.1:10 plot(xs, xs.^2, xlims = (0, 10), aspect_ratio = :equal) end
gives which is the same as the case without aspect_ratio = :equal.
aspect_ratio = :equal
The problem doesn't exist with GR backend.
This bug occurs on ( insert x below )
x
Plots.jl version: 1.39.0 Backend version (]st -m <backend(s)>): 1.6.0 Output of versioninfo():
]st -m <backend(s)>
versioninfo()
Julia Version 1.9.3 Commit bed2cd540a (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: 8 × 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, tigerlake) Threads: 1 on 8 virtual cores Environment: JULIA_EDITOR = code JULIA_NUM_THREADS =
The text was updated successfully, but these errors were encountered:
I realized this is a duplicate of #4766. The problem can be worked around by exactly the same way mentioned there.
Sorry, something went wrong.
No branches or pull requests
Details
When
aspect_ratio
andxlims
are used together, the former will be ignored by the PGFPlotsX backend.gives
which is the same as the case without
aspect_ratio = :equal
.The problem doesn't exist with GR backend.
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.39.0
Backend version (
]st -m <backend(s)>
): 1.6.0Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: