You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/figures.ipynb
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@
96
96
"cell_type": "markdown",
97
97
"metadata": {},
98
98
"source": [
99
-
"## Subplot numbering"
99
+
"## Subplot numbers and labels"
100
100
]
101
101
},
102
102
{
@@ -105,7 +105,7 @@
105
105
"raw_mimetype": "text/restructuredtext"
106
106
},
107
107
"source": [
108
-
"Assigning unique numbers to axes is fundamental to ProPlot. The number order determines the order the subplots appear in the `~proplot.subplots.axes_grid` and the order of \"a-b-c\" labels generated by `~proplot.axes.Axes.format`. If you did not provide a 2D array, the number order is row-major by default but can be made column-major by passing ``order='F'`` to `~proplot.subplots.subplots`. Note that the\"a-b-c\" label position and style can be changed with `~proplot.axes.Axes.format`."
108
+
"ProPlot assigns unique numbers to subplots. The number order determines the order the subplots appear in the `~proplot.subplots.axes_grid` and the order of \"a-b-c\" labels generated by `~proplot.axes.Axes.format`. If you did not provide a 2D array, the number order is row-major by default but can be made column-major by passing ``order='F'`` to `~proplot.subplots.subplots`. The\"a-b-c\" label position and style can be changed with `~proplot.axes.Axes.format`."
0 commit comments