JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 354 forks source link

[BUG] `colorbar_ticks=false`/`:none`/`nothing` not working #4659

Open Socob opened 1 year ago

Socob commented 1 year ago

Details

In pyplot, colorbar_ticks=false disables the colorbar ticks and tick labels, similar to ticks=false, ticks=:none, or ticks=nothing. However, for all other backends (including pythonplot), it seems that this is not working (although for some backends, colorbar_ticks just doesn’t work in general, see #4658). It would be good to have this working consistently.

Backends

This bug occurs on

Backend yes no untested
gr (default) X
pythonplot X
plotlyjs X
pgfplotsx X
unicodeplots X
inspectdr N/A
gaston X

Versions

ivan-boikov commented 1 year ago

@BeastyBlacksmith could you please remove GR and PGFPlotsX labels (due to #4704)?