Replies: 1 comment 7 replies
-
|
you can calculate ticks yourself if you want and supply them using the
You can try to use If you can make a sandbox (maybe the one we used before?) I can try to see whats going on |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working with a graph that has built in domain and range customization. Some ranges distribute the lines evenly, and some don't (even if it would be possible to). For example, my range in the picture below is 0-0.75. Each increment could be 0.25 greater than the last, but for some reason it goes to 0.2...0.4...and then 0.75 which is very unappealing to look at on a graph. Is there any way to automate the equal distribution of tick marks in both x and y axis?

Beta Was this translation helpful? Give feedback.
All reactions