@@ -61,15 +61,15 @@ This new default may be overridden in either of three ways:
61613. Manually specify a list of artists in the new kwarg ``bbox_extra_artists ``.
6262
6363
64- `Text.set_text ` with string argument ``None `` sets string to empty
65- ------------------------------------------------------------------
64+ `. Text.set_text ` with string argument ``None `` sets string to empty
65+ -------------------------------------------------------------------
6666
67- `Text.set_text ` when passed a string value of ``None `` would set the
67+ `. Text.set_text ` when passed a string value of ``None `` would set the
6868string to ``"None" ``, so subsequent calls to `.Text.get_text ` would return
6969the ambiguous ``"None" `` string.
7070
7171This change sets text objects passed ``None `` to have empty strings, so that
72- `Text.get_text ` returns an empty string.
72+ `. Text.get_text ` returns an empty string.
7373
7474
7575
@@ -160,7 +160,7 @@ filter that existed before the test started using ``warnings.catch_warnings``.
160160Non-interactive FigureManager classes are now aliases of FigureManagerBase
161161--------------------------------------------------------------------------
162162
163- The `FigureManagerPdf `, `FigureManagerPS `, and `FigureManagerSVG ` classes,
163+ The `` FigureManagerPdf `` , `` FigureManagerPS `` , and `` FigureManagerSVG ` ` classes,
164164which were previously empty subclasses of `.FigureManagerBase ` (i.e., not
165165adding or overriding any attribute or method), are now direct aliases for
166166`.FigureManagerBase `.
@@ -213,7 +213,7 @@ Streamplot last row and column fixed
213213------------------------------------
214214
215215A bug was fixed where the last row and column of data in
216- `~.Axes.axes. streamplot ` were being dropped.
216+ `~.Axes.streamplot ` were being dropped.
217217
218218
219219Changed default `.AutoDateLocator ` kwarg *interval_multiples * to ``True ``
@@ -303,11 +303,11 @@ being incorrectly modified by these functions.
303303
304304
305305
306- `CallbackRegistry ` now stores callbacks using stdlib's `.WeakMethod `\s
307- ----------------------------------------------------------------------
306+ `. CallbackRegistry ` now stores callbacks using stdlib's `weakref .WeakMethod `\s
307+ ------------------------------------------------------------------------------
308308
309309In particular, this implies that ``CallbackRegistry.callbacks[signal] `` is now
310- a mapping of callback ids to `.WeakMethod `\s (i.e., they need to be first called
310+ a mapping of callback ids to `weakref .WeakMethod `\s (i.e., they need to be first called
311311with no arguments to retrieve the method itself).
312312
313313
@@ -447,7 +447,7 @@ marker styles
447447Deprecation of ``LocatableAxes `` in toolkits
448448````````````````````````````````````````````
449449
450- The ``LocatableAxes `` classes in toolkits have been deprecated. The base `Axes `
450+ The ``LocatableAxes `` classes in toolkits have been deprecated. The base `~.axes. Axes `
451451classes provide the same functionality to all subclasses, thus these mixins are
452452no longer necessary. Related functions have also been deprecated. Specifically:
453453
0 commit comments