plotnine.themes.themeable.axis_ticks_direction_x
axis_ticks_direction_x(theme_element)
x-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.