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

Controlling tick labels on logarithmic axes #451

Open
f-brinkmann opened this issue Mar 20, 2023 · 0 comments
Open

Controlling tick labels on logarithmic axes #451

f-brinkmann opened this issue Mar 20, 2023 · 0 comments
Labels
enhancement For suggesting enhancements of current functionality help appreciated plot

Comments

@f-brinkmann
Copy link
Member

General

  • pyfar version: 0.5.2

The Matplotlib ticker does not properly control how many tick labels are shown on a logarithmic axes. A workaround might be to check the size of the axis to decide how many labels should be shown. We decided that we want the following behavior

  • small figure: only 10, 100, 1000 Hz, etc.
  • medium figure: add one intermediate label
  • large figure: as currently
@f-brinkmann f-brinkmann added enhancement For suggesting enhancements of current functionality plot labels Mar 20, 2023
@github-actions github-actions bot added this to To do in Code Backlog Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For suggesting enhancements of current functionality help appreciated plot
Projects
Development

No branches or pull requests

2 participants