plotnine.themes.themeable.axis_ticks_direction_x

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

Bases: themeable

x-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