|
143 | 143 | # * For simple subplot grids (e.g., grids created by passing integers to |
144 | 144 | # `~proplot.figure.Figure.add_subplot` or by passing `ncols` or `nrows` |
145 | 145 | # to `~proplot.figure.Figure.add_subplots`) the keyword arguments `refaspect`, |
146 | | -# `refwidth`, and `refheight` effectively apply to every subplot in the figure |
147 | | -# -- not just the reference subplot. |
148 | | -# * The keyword argument `refaspect` is ignored when the `data aspect ratio |
| 146 | +# `refwidth`, and `refheight` effectively apply to every subplot in the |
| 147 | +# figure -- not just the reference subplot. |
| 148 | +# * The `refaspect` argument is ignored when the `data aspect ratio |
149 | 149 | # <https://matplotlib.org/stable/examples/pylab_examples/equal_aspect_ratio.html>`__ |
150 | | -# of the reference subplot is fixed (either by manually calling |
151 | | -# `~matplotlib.axes.Axes.set_aspect` or by filling the subplot with a |
| 150 | +# of the reference subplot is fixed (either due to calling |
| 151 | +# `~matplotlib.axes.Axes.set_aspect` or filling the subplot with a |
152 | 152 | # :ref:`geographic projection <ug_geo>`, `~proplot.axes.PlotAxes.imshow` |
153 | | -# plot, or `~proplot.axes.PlotAxes.heatmap` plot). This is critical for |
154 | | -# minimizing excess space between grids of subplots with fixed aspect ratios. |
| 153 | +# plot, or `~proplot.axes.PlotAxes.heatmap` plot). This helps minimize |
| 154 | +# excess space between grids of subplots with fixed aspect ratios. |
155 | 155 | # * The physical widths of proplot `~proplot.axes.Axes.colorbar`\ s and |
156 | 156 | # `~proplot.axes.Axes.panel`\ s are always independent of the figure size. |
157 | 157 | # `~proplot.gridspec.GridSpec` specifies their widths in physical units to help |
|
0 commit comments