Replies: 1 comment
-
Transferred this to issues. It is a bug. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to have minor ticks in plots pointing in. I don't know how to do it.

I can get them enabled in theme
+ theme( axis_ticks_minor=element_line(), axis_ticks_direction='in' )+scale_x_continuous(breaks=[ 0,5, 10, 15, 20, ], limits=[0,20], minor_breaks=4)
but the result is the following image.
Beta Was this translation helpful? Give feedback.
All reactions