Finds the dimensions of the largest figs, and adds a border of the given colour around the other figs, to ensure they are all of the same dimensions and scale properly when displayed on in a patchwork together.
fig_scale(..., border_colour = "transparent")Multiple figs created with fig().
Colour of the border to be added around the smaller figs.
A list of figs which have been resized, which can be input directly
into fig_wrap() or patchwork::wrap_plots().