File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 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
4242`.tight_layout.auto_adjust_subplotpars ` can return ``None `` now if the new
4343subplotparams will collapse axes to zero width or height. This prevents
4444``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.
4646
4747API Changes for 3.0.0
4848=====================
@@ -514,7 +514,7 @@ Removals
514514Hold machinery
515515``````````````
516516
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
518518been completely removed. Matplotlib now always behaves as if ``hold=True ``.
519519To clear an axes you can manually use :meth: `~.axes.Axes.cla() `,
520520or 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
3434was unused internally and has been removed. Instead, use either the
3535`round ` builtin function or `numpy.round `.
3636
37+ .. _v200_deprecate_hold :
38+
3739'hold' functionality deprecated
3840~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3941The 'hold' keyword argument and all functions and methods related
You can’t perform that action at this time.
0 commit comments