-
Notifications
You must be signed in to change notification settings - Fork 8
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
pos
order is inconsistent for different sides
#47
Comments
On the one hand, at least their relative positions to one another are the same for top/bottom and for left/right, so maybe this is fine? On the other hand, the behavior of It shouldn't be too hard to mimic this behavior by just reversing the order of the grobs for the left and top options in this section: Lines 232 to 264 in 4bf2fdf
|
No one has complained about this (yet), but it looks like the behavior of the
pos
argument is different for whichever side you are specifying.For example, for the bottom axis, the scales are added from the plot outwards:
But for the top axis, the scales are added from the outside inwards:
The same is true for left (inside outwards) and right (outside inwards) scales.
The text was updated successfully, but these errors were encountered: