@@ -142,11 +142,11 @@ seconds, typing out these extra class names and import statements can be a major
142142
143143Parts of matplotlib's interface were actually designed with this in mind.
144144`Backend classes <https://matplotlib.org/faq/usage_faq.html#what-is-a-backend >`__,
145- `native axes projections <https://matplotlib.org/3.1.1 /api/projections_api.html >`__,
146- `axis scales <https://matplotlib.org/3.1.0 /gallery/scales/scales.html >`__,
147- `box styles <https://matplotlib.org/3.1.1 /api/_as_gen/matplotlib.patches.FancyBboxPatch.html?highlight=boxstyle >`__,
148- `arrow styles <https://matplotlib.org/3.1.1 /api/_as_gen/matplotlib.patches.FancyArrowPatch.html?highlight=arrowstyle >`__,
149- and `arc styles <https://matplotlib.org/3.1.1 /api/_as_gen/matplotlib.patches.ConnectionStyle.html?highlight=class%20name%20attrs >`__
145+ `native axes projections <https://matplotlib.org/stable /api/projections_api.html >`__,
146+ `axis scales <https://matplotlib.org/stable /gallery/scales/scales.html >`__,
147+ `box styles <https://matplotlib.org/stable /api/_as_gen/matplotlib.patches.FancyBboxPatch.html >`__,
148+ `arrow styles <https://matplotlib.org/stable /api/_as_gen/matplotlib.patches.FancyArrowPatch.html >`__,
149+ and `arc styles <https://matplotlib.org/stable /api/_as_gen/matplotlib.patches.ConnectionStyle.html >`__
150150are referenced with "registered" string names,
151151as are `basemap projections <https://matplotlib.org/basemap/users/mapsetup.html >`__.
152152So, why not "register" everything else?
@@ -208,7 +208,7 @@ figure, despite the fact that...
208208 number of subplot tiles in the figure.
209209
210210Also, while matplotlib's `tight layout algorithm
211- <https://matplotlib.org/tutorials/intermediate/tight_layout_guide.html> `__
211+ <https://matplotlib.org/stable/ tutorials/intermediate/tight_layout_guide.html> `__
212212helps to avoid tweaking the *spacing *, the algorithm cannot apply different amounts of
213213spacing between different subplot row and column boundaries.
214214
@@ -218,7 +218,7 @@ In ProPlot, you can specify the physical dimensions of a *reference subplot*
218218instead of the figure by passing `refwidth `, `refheight `, and/or `refaspect ` to
219219`~proplot.figure.Figure `. The default behavior is ``refaspect=1 `` and
220220``refwidth=2 `` (inches). If the `aspect ratio mode
221- <https://matplotlib.org/2.0.2/examples/pylab_examples/equal_aspect_ratio .html> `__
221+ <https://matplotlib.org/stable/gallery/subplots_axes_and_figures/axis_equal_demo .html> `__
222222for the reference subplot is set to ``'equal' ``, as with
223223:ref: `geographic and polar <ug_proj >` plots and `~matplotlib.axes.Axes.imshow ` plots,
224224the *imposed * aspect ratio will be used instead.
@@ -331,7 +331,7 @@ difficult to draw "inset" colorbars in matplotlib.
331331
332332..
333333 The matplotlib example for `~matplotlib.figure.Figure` legends is `not pretty
334- <https://matplotlib.org/3.1.1 /gallery/text_labels_and_annotations/figlegend_demo.html>`__.
334+ <https://matplotlib.org/stable /gallery/text_labels_and_annotations/figlegend_demo.html>`__.
335335
336336..
337337 Drawing colorbars and legends is pretty clumsy in matplotlib -- especially
0 commit comments