|
32 | 32 | # To change the axes projection, pass ``proj='name'`` to an axes-creation command |
33 | 33 | # (i.e., `~proplot.figure.Figure.add_subplot`, `~proplot.figure.Figure.add_subplots`, |
34 | 34 | # `~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'``. |
42 | 42 |
|
43 | 43 | # %% [raw] raw_mimetype="text/restructuredtext" |
44 | 44 | # .. _ug_geo: |
|
0 commit comments