plotnine.themes.themeable.strip_margin_y¶
- class plotnine.themes.themeable.strip_margin_y(theme_element=None)[source]¶
Bases:
themeable
Horizontal 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