plotnine.themes.themeable.strip_margin¶
- class plotnine.themes.themeable.strip_margin(theme_element=None)[source]¶
Bases:
strip_margin_x
,strip_margin_y
Margin between the strip background and the panel border
- Parameters
- theme_element
float
Value as a proportion of the strip size. A good value should be the range \([-1, 0.5]\). A negative value puts the strip inside the axes and a positive value creates a space between the strip and the axes.
- theme_element