plotnine.themes.themeable.axis_ticks_direction
axis_ticks_direction(theme_element)
axis tick direction
Parameters
theme_element : Literal["in", "out", "inout"]
-
in
for ticks inside the panel.out
for ticks outside the panel.inout
for ticks inside and outside the panel.