File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ API Changes for 3.0.1
42
42
`.tight_layout.auto_adjust_subplotpars ` can return ``None `` now if the new
43
43
subplotparams will collapse axes to zero width or height. This prevents
44
44
``tight_layout `` from being executed. Similarly
45
- `.tight_layout.get_tight_layout_figure ` will return None.
45
+ `.tight_layout.get_tight_layout_figure ` will return None.
46
46
47
47
API Changes for 3.0.0
48
48
=====================
@@ -514,7 +514,7 @@ Removals
514
514
Hold machinery
515
515
``````````````
516
516
517
- Setting or unsetting ``hold `` (deprecated in version 2.1 ) has now
517
+ Setting or unsetting ``hold `` (:ref: ` deprecated in version 2.0<v200_deprecate_hold> ` ) has now
518
518
been completely removed. Matplotlib now always behaves as if ``hold=True ``.
519
519
To clear an axes you can manually use :meth: `~.axes.Axes.cla() `,
520
520
or to clear an entire figure use :meth: `~.figure.Figure.clf() `.
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ The TkAgg backend had its own implementation of the `round` function. This
34
34
was unused internally and has been removed. Instead, use either the
35
35
`round ` builtin function or `numpy.round `.
36
36
37
+ .. _v200_deprecate_hold :
38
+
37
39
'hold' functionality deprecated
38
40
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
41
The 'hold' keyword argument and all functions and methods related
You can’t perform that action at this time.
0 commit comments