plotnine.composition.Beside

Beside(items)

Place plots or compositions side by side

Usage

plot | plot
plot | composition
composition | plot
composition | composition

Typically, you will use this class through the | operator.

Parameter Attributes

items: list[ggplot | Compose]

The objects to be arranged (composed)

See Also

Stack

To arrange plots vertically

Wrap

To arrange plots in a grid

plot_spacer

To add a blank space between plots

Compose

For more on composing plots