Thanks to visit codestin.com Credit goes to github.com
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 cd743b4 commit 34cb251Copy full SHA for 34cb251
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