plotnine.themes.themeable.axis_ticks_direction

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

Bases: axis_ticks_direction_x, axis_ticks_direction_y

axis tick direction

Parameters:
theme_element{'in', 'out', 'inout'}
  • in - ticks inside the panel

  • out - ticks outside the panel

  • inout - ticks inside and outside the panel