Skip to content

Commit 5322c3f

Browse files
committed
Update projection docs
1 parent 3b324f2 commit 5322c3f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/projections.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
# To change the axes projection, pass ``proj='name'`` to an axes-creation command
3333
# (i.e., `~proplot.figure.Figure.add_subplot`, `~proplot.figure.Figure.add_subplots`,
3434
# `~proplot.figure.Figure.subplot`, or `~proplot.figure.Figure.subplots`). To use
35-
# different projections for different subplots when creating them all at once
36-
# with `~proplot.figure.Figure.subplots`, pass either a list of projection names
37-
# or a dictionary of projection names with the subplot number as the key. For example,
38-
# a 2-column figure with a Cartesian axes on the left and a Plate Carrée projection
39-
# on the right can be built with either ``proj=('cartesian', 'pcarree')`` or
40-
# ``proj={2: 'pcarree'}``. The default projection is `~proplot.axes.CartesianAxes`,
41-
# specified with the key ``'cartesian'``.
35+
# different projections for different subplots when creating them all at once,
36+
# pass either a list of projection names or a dictionary of projection names
37+
# with the subplot number as the key. For example, a 2-column figure with a
38+
# Cartesian axes on the left and a Plate Carrée projection on the right can be
39+
# built with either ``proj=('cartesian', 'pcarree')`` or ``proj={2: 'pcarree'}``.
40+
# The default projection is `~proplot.axes.CartesianAxes`, optionally specified
41+
# with the key ``'cartesian'``.
4242

4343
# %% [raw] raw_mimetype="text/restructuredtext"
4444
# .. _ug_geo:

0 commit comments

Comments
 (0)