Padding above each panel in inches, see padding notes
padding_bottom
double
Optional
Padding below each panel in inches, see padding notes
padding_left
double
Optional
Padding to left of each panel in inches, see padding notes
padding_right
double
Optional
Padding to right of each panel in inches, see padding notes
omit_subplots
double
Optional
Array of panels numbers that will not be drawn
panel_label_font_size
double
Optional
Font size for labels left of and above each panel
panel_label_font_name
double
Optional
Font style for labels left of and above each panel
panel_label_font_weight
double
Optional
Font weight for labels left of and above each panel
panel_labels
double
Optional
Labels to replace “A”, “B”, “C” … default
Return values
Parameter
Values
Description
subplots
handles
Array of subplot handles
Padding notes
If there is more than one subplot, padding values are interpreted intelligently
If the length of the padding array is equal to the number of subplots, the ith subplot will use the ith value in the array
For padding_left and padding_right, if the length of the padding array is equal to the number of columns, each row will be duplicated with the same left and right values
For padding_top and padding_bottom, if the length of the padding array is equal to the number of rows, each column will be duplicated with the same top and bottom values