plotnine.themes.themeable.panel_spacing_y¶
- class plotnine.themes.themeable.panel_spacing_y(theme_element: Any = None)[source]¶
Bases:
themeable
Vertical spacing between the facet panels
- Parameters:
- theme_element
float
Size as a fraction of the figure width.
- theme_element
Notes
It is deliberate to have the vertical spacing be a fraction of the width. That means that when
panel_spacing_x
is the equalpanel_spacing_x
, the spaces in both directions will be equal.