plotnine.themes.themeable.axis_ticks_direction_y
axis_ticks_direction_y(theme_element)
y-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.