Skip to content
New issue

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

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

Open
Socob opened this issue Feb 10, 2023 · 1 comment
Open

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

Socob opened this issue Feb 10, 2023 · 1 comment

Comments

@Socob
Copy link
Contributor

Socob commented Feb 10, 2023

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

  • Plots.jl version: v1.38.5
  • Backend version (]st -m <backend(s)>):
    • GR v0.71.6
    • PythonPlot v1.0.0
    • PlotlyJS v0.18.10
    • PGFPlotsX v1.5.3
    • UnicodePlots v3.4.0
    • Gaston v1.1.0
  • Output of versioninfo():
    Julia Version 1.8.5
    Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
    Platform Info:
      OS: Linux (x86_64-linux-gnu)
      CPU: 16 × AMD Ryzen 7 4800H with Radeon Graphics
      WORD_SIZE: 64
      LIBM: libopenlibm
      LLVM: libLLVM-13.0.1 (ORCJIT, znver2)
      Threads: 1 on 16 virtual cores
    
@ivan-boikov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants