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
Two similar issues, but neither seems to be this exact one. (#3426 and #3331)
using Plots pyplot() heatmap(zeros(20, 20))
using Plots
pyplot()
heatmap(zeros(20, 20))
Error showing value of type Plots.Plot{Plots.PyPlotBackend}: ERROR: InexactError: check_top_bit(UInt64, -9223372036854775481) Stacktrace: [1] writefixed (repeats 5 times) @ ./ryu/Ryu.jl:76 [inlined] [2] format_fixed @ ~/.julia/packages/Showoff/wogB3/src/ryu.jl:30 [inlined]
This bug occurs on ( insert x below )
x
Plots.jl version: Plots v1.11.2 Backend version (]st -m): PyPlot v2.9.0 Output of versioninfo(): Julia Version 1.6.1 Commit 6aaedecc44* (2021-04-23 05:59 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-11.1.0 (ORCJIT, skylake)
]st -m
versioninfo()
The text was updated successfully, but these errors were encountered:
Cannot reproduce in Plots v1.15
Sorry, something went wrong.
I can confirm, it got fixed by then. I didn't realize how old of a setup I'm running. Apologies for the noise.
No branches or pull requests
Two similar issues, but neither seems to be this exact one. (#3426 and #3331)
Details
using Plots
pyplot()
heatmap(zeros(20, 20))
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: Plots v1.11.2
Backend version (
]st -m
): PyPlot v2.9.0Output of
versioninfo()
:Julia Version 1.6.1
Commit 6aaedecc44* (2021-04-23 05:59 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.1.0 (ORCJIT, skylake)
The text was updated successfully, but these errors were encountered: