Axis nice
only appears to affect one end of axis
#1078
knutwannheden
started this conversation in
General
Replies: 1 comment
-
It affects both the start and end of the scale domain. You can test this by inspecting the scale domain directly (using plot.scale). Note that you can also pass a number to the nice option to control how much it nices. If you can share a live example, I can investigate further but it’s hard to tell from a screenshot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a plot looking like a demography chart and set
nice: true
for the X axis. This only appears to affect one end of the axis (the left one in my case). That seems like a bug to me.Here is the example code (without data):
And the result:
Note: Regarding another question I posted this example in #1073
Beta Was this translation helpful? Give feedback.
All reactions