

Numeric units are points.Ī-b-c label position. By default this is scaled to make the box flush against the subplot edge. Padding for the a-b-c label bounding box. Whether to draw semi-transparent bounding boxes around a-b-c labels when rc is inside the axes. Width of the white border around a-b-c labels. Whether to draw a white border around a-b-c labels when rc is inside the axes. If string this indicates the style and must contain the character a or A, for example 'a.' or '(A)'. If True the default label style a is used. If 'default', the default matplotlib style is used. Sets rc or rc to False, and vice versa.Ī comprehensive table of the new proplot settings is shown below. The minor gridline widths are scaled by rc Setting rc changes the major and minor gridline widths. Anyĭistinct gridminor settings must be applied after grid settings. Or rc also changes the corresponding gridminor settings. The minor tickline lengthsĪre scaled by rc (or, equivalently, rc.ticklenratio). Setting rc (or, equivalently, rc.ticklen) changes the major and The minor tickline widthsĪre scaled by rc (or, equivalently, rc.tickwidthratio). Setting rc changes the rc and the majorĪnd minor tickline widths rc, rc, Setting rc (or, equivalently, rc.fontlarge) changes Setting rc (or, equivalently, rc.fontsmall) changes Here’s a broad overview of the “meta-settings”: The rc_proplot and rc_matplotlib dictionaries). Some proplot settings may be more accurately described as “meta-settings”,Īs they change several matplotlib and proplot settings at once (note that settingsĪre only synced when they are changed on the rc object rather than The land, ocean, rivers, lakes, borders, and innerbordersĬategories control geographic content managed by GeoAxes. The gridminor category optionally controls minor gridlines separately The matplotlib grid category includes new settings that control the meridianĪnd parallel gridlines and gridline labels managed by GeoAxes. To simultaneously control x and y axis tick and tick label settings. The tick category supersedes matplotlib’s xtick and ytick Settings relevant to colormaps and the DiscreteNorm normalizer.

The cmap category supersedes matplotlib’s image and includes The formatter category supersedes matplotlib’s axes.formatterĪnd includes settings that control the AutoFormatter behavior. The suptitle, leftlabel, toplabel, rightlabel, and bottomlabelĬategories control the figure titles and subplot row and column labels.

The latter two replace axes.title and axes.label. The abc, title, and label categories control a-b-c labels, axes The basemap setting controls whether basemap is the default geographic plottingīackend, and the cartopy category includes cartopy-specific settings.

The subplots category includes settings that control the default Here’s a broad overview of the new settings: Or they represent existing matplotlib settings rearranged to be These settings are not found in rcParams – they eitherĬontrol proplot-managed features (e.g., a-b-c labels and geographic gridlines) Rc_proplot to ensure that meta-settings are They should almost always be changed with rc rather than Proplot settings are natively stored in the rc_proplot dictionary.
