Composing plots are no harder than adding a new layer to your plot
05:00
The composition consists of a grid
Panels are placed in one or more neighboring cells
Everything outside the panels are placed in the gutter which expands to contain all
What if you don’t want that?
05:00
With multi-panel graphics you often need a way to refer to the subgraphics
It knows about nesting as well
05:00
Guides are often global instead of linked to a single subplot
Use guides = "collect" to fetch all guides from subplots and place them at the top level
Duplicate guides are automatically removed
You can place guides inside the composition as well.
Axes are guides too
05:00
05:00
Next session: Creating extensions or Spice up your plot