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] axis=false on GR does not turn off tick labels #3019

Closed
yha opened this issue Oct 1, 2020 · 2 comments · Fixed by #4551
Closed

[BUG] axis=false on GR does not turn off tick labels #3019

yha opened this issue Oct 1, 2020 · 2 comments · Fixed by #4551
Labels

Comments

@yha
Copy link
Member

yha commented Oct 1, 2020

Details

e.g., plot(rand(4),yaxis=false) shows tick labels for the y axis.
Observed on 1.6.7 and 1.6.8. I'm pretty sure it's a new regression.

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x
plotly x
plotlyjs x
pgfplotsx x
inspectdr x

Versions

Plots.jl version: 1.6.7 1.6.8
Backend version (]st -m): 0.52.0
Output of versioninfo():

Julia Version 1.5.2
Commit 539f3ce943 (2020-09-23 23:17 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i9-7940X CPU @ 3.10GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, skylake-avx512)
@yha yha added the bug label Oct 1, 2020
@BeastyBlacksmith
Copy link
Member

Would be good to know on what version it was different

@jjstickel
Copy link

jjstickel commented Feb 4, 2021

I also came across this today with Plots v1.10.2. Adding yticks=false is a workaround. I don't know either which was the version where it was working--whatever was the latest 2-3 months ago is my guess.

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

Successfully merging a pull request may close this issue.

3 participants