plotnine.themes.themeable.axis_ticks_direction_y

class plotnine.themes.themeable.axis_ticks_direction_y(theme_element: Any = None)[source]

Bases: themeable

y-axis tick direction

Parameters:
theme_elementstr in ['in', 'out', 'inout']
  • in - ticks inside the panel

  • out - ticks outside the panel

  • inout - ticks inside and outside the panel