Skip to contents

A data frame of panel geometry presets used by get_fig_size_cm() and panel_size(). spec identifies the canonical panel size, while nonpanel_w_cm and nonpanel_h_cm reserve space for axes and titles.

Usage

fig_specs

Format

A data frame with 4 rows and 8 variables:

spec

Canonical panel preset id.

panel_w_cm

Panel width in centimeters.

panel_h_cm

Panel height in centimeters.

nonpanel_w_cm

Reserved horizontal space in centimeters.

nonpanel_h_cm

Reserved vertical space in centimeters.

gap_cm

Default gap between adjacent panels.

base_font_pt

Recommended base text size in points.

min_linewidth

Recommended minimum line width.