plotnine.composition.plot_spacer

plot_spacer(fill=None)

Blank area as wide or as tall as a plot

Parameters

fill : str | tuple[float, float, float] | tuple[float, float, float, float] | None = None

Background color. The default is a transparent area, but it can be changed through this parameter.

The color can also be modified by adding a theme and setting the plot_background.

See Also

Beside

To arrange plots side by side

Stack

To arrange plots vertically

Compose

For more on composing plots