8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8944d commit bc76b45Copy full SHA for bc76b45
doc/api/next_api_changes/2018-02-20-DS-hold.rst
@@ -0,0 +1,7 @@
1
+Hold machinery removed
2
+----------------------
3
+
4
+Setting or unsetting ``hold`` (deprecated in version 2.1) has now
5
+been completely removed. Matplotlib now always behaves as if ``hold=True``.
6
+To clear an axes you can manually use :meth:`~.axes.Axes.cla()`,
7
+or to clear an entire figure use :meth:`~.figure.Figure.clf()`.
0 commit comments