from plotnine import *
from plotnine.composition import Stack
from plotnine.data import huron
plotnine.composition.Stack
Stack(items)
Place plots or compositions on top of each other
Usage
/ plot
plot / composition
plot / plot
composition / composition composition
Typically, you will use this class through the /
operator.
Parameter Attributes
See Also
Beside
-
To arrange plots side by side
plot_spacer
-
To add a blank space between plots
Compose
-
For more on composing plots