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

For integer valued variables, tracer produces too many tick marks & labels #162

Open
bredelings opened this issue May 3, 2021 · 1 comment
Labels
Milestone

Comments

@bredelings
Copy link

If I look at a variable with integer values between 0 and 1000, tracer will produce 1000 tick marks. The main problem is that the labels for the tick marks are drawn on top of each other.

This worked fine before tracer tried to use different methods of drawing tick marks for integer variables, but now the axis labels for integer values are more or less unreadable.

One approach would be to fall back to the old way (i.e. for continuous variables) if the range contains more than 50/100 integer values.

@rambaut rambaut added this to the v1.8 milestone Apr 27, 2023
@rambaut rambaut added the bug label Apr 27, 2023
@rambaut
Copy link
Contributor

rambaut commented Apr 27, 2023

For discrete axis, the aim was to show all values but this should only be for when there are less than a certain number of states.

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

No branches or pull requests

2 participants