@@ -80,17 +80,18 @@ Here's a broad overview of the new settings:
8080* The ``subplots `` category includes settings that control the default
8181 subplot layout and padding.
8282* The ``abc ``, ``title ``, and ``tick `` categories control
83- the subplot a-b-c labels, subplot titles, and axis tick labels.
84- * The ``suptitle ``, ``leftlabel ``, ``toplabel ``, ``rightlabel ``,
85- and `` bottomlabel `` categories control the figure titles and subplot edge labels.
83+ the subplot a-b-c labels, titles, and tick labels.
84+ * The ``suptitle ``, ``leftlabel ``, ``toplabel ``, ``rightlabel ``, and `` bottomlabel ``
85+ categories control the figure titles and subplot row and column labels.
8686* The ``formatter `` category is a shorthand for matplotlib's ``axes.formatter ``
87- and includes new settings that control the default ProPlot axis formatter.
88- * The matplotlib ``image `` category includes new settings that control the generation
89- of automatic colormap levels.
90- * The matplotlib ``grid `` category includes new settings that control the behavior
91- of `~proplot.axes.GeoAxes ` gridlines.
92- * The ``gridminor `` category optionally controls minor gridline settings separately
93- from major gridline settings.
87+ and includes new settings that control the tick labels generated by
88+ `~proplot.ticker.AutoFormatter `.
89+ * The ``gridminor `` category optionally controls minor gridlines separately
90+ from major gridlines.
91+ * The matplotlib ``image `` category includes new settings that control the
92+ colormap levels generated by `~proplot.colors.DiscreteNorm `.
93+ * The matplotlib ``grid `` category includes new settings that control
94+ the meridian and parallel gridlines managed by `~proplot.axes.GeoAxes `.
9495* The ``land ``, ``ocean ``, ``rivers ``, ``lakes ``, ``borders ``, and ``innerborders ``
9596 categories control geographic content managed by `~proplot.axes.GeoAxes `.
9697
@@ -100,8 +101,8 @@ Other `~proplot.config.rc` settings may be more accurately described as "meta-se
100101as they change several matplotlib and ProPlot settings at once. For example:
101102
102103* Setting :rcraw: `text.labelsize ` (or, equivalently, :rcraw: `textlabelsize `) changes
103- the :rcraw: `tick.labelsize `, :rcraw: `xtick.labelsize `, :rcraw: ` ytick .labelsize `,
104- :rcraw: `grid.labelsize `, :rcraw: ` legend.fontsize `, and :rcraw: `axes.labelsize `.
104+ the :rcraw: `tick.labelsize `, :rcraw: `grid .labelsize `,
105+ :rcraw: `legend.fontsize `, and :rcraw: `axes.labelsize `.
105106* Setting :rcraw: `text.titlesize ` (or, equivalently, :rcraw: `texttitlesize `) changes
106107 the :rcraw: `abc.size `, :rcraw: `title.size `, :rcraw: `suptitle.size `,
107108 :rcraw: `leftlabel.size `, :rcraw: `toplabel.size `, :rcraw: `rightlabel.size `
0 commit comments