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
plot(2 .^ rand(1:10, 10), yaxis=:log2)
This bug occurs on ( insert x below )
x
Plots.jl version: 1.39.0 Backend version (]st -m <backend(s)>): see above Output of versioninfo():
]st -m <backend(s)>
versioninfo()
Julia Version 1.10.0 Commit 3120989f39 (2023-12-25 18:01 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: 16 × AMD Ryzen 7 4800H with Radeon Graphics WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver2) Threads: 1 on 16 virtual cores Environment: JULIA_MATHKERNEL = C:\Applications\Wolfram Research\Mathematica\13.1 JULIA_MATHLINK = C:\Applications\Wolfram Research\Mathematica\13.1\SystemFiles\Libraries\Windows-x86-64\ml64i4.dll JULIA_NUM_THREADS = 16
The text was updated successfully, but these errors were encountered:
GR backend: use textext for :log2 and :ln axis scaling
07be2d3
This fixes JuliaPlots#4871 Only the case of :log10 has been treated before.
a08a88c
GR backend: use textext for :log2 and :ln axis scaling (#4991)
b50b774
This fixes #4871 Only the case of :log10 has been treated before.
GR backend: use textext for :log2 and :ln axis scaling (JuliaPlots#4991)
a1a80c8
f000fc7
No branches or pull requests
Details
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.39.0
Backend version (
]st -m <backend(s)>
): see aboveOutput of
versioninfo()
:The text was updated successfully, but these errors were encountered: