You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working in Jupyter, heatmap colorbar tick labels can be clipped when they have many digits. It seems mainly to be a problem for negative values. Here's a simple example: heatmap((rand(128,512) .- 0.5)*0.001,size=(800,200))
Image:
Backends
This bug occurs on ( insert x below )
Backend
yes
no
untested
gr (default)
x
pythonplot
x
plotlyjs
x
pgfplotsx
x
unicodeplots
x
inspectdr
x
gaston
x
Versions
Plots.jl version: v1.40.4
Backend version (]st -m <backend(s)>): v0.72.8
Output of versioninfo():
Julia Version 1.10.3
Commit 0b4590a550 (2024-04-30 10:59 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × 12th Gen Intel(R) Core(TM) i5-12450H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, alderlake)
Threads: 1 default, 0 interactive, 1 GC (on 12 virtual cores)
The text was updated successfully, but these errors were encountered:
Details
Working in Jupyter, heatmap colorbar tick labels can be clipped when they have many digits. It seems mainly to be a problem for negative values. Here's a simple example:
heatmap((rand(128,512) .- 0.5)*0.001,size=(800,200))
Image:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.40.4
Backend version (
]st -m <backend(s)>
): v0.72.8Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: