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 4928219 commit 7a7480dCopy full SHA for 7a7480d
doc/api/api_changes.rst
@@ -155,6 +155,15 @@ where "ax" is an ``Axes3d`` object created with something like ::
155
ax = plt.sublot(111, projection='3d')
156
157
158
+Stale figure behavior
159
+---------------------
160
+
161
+Attempting to draw the figure will now mark it as not stale (independent if
162
+the draw succeeds). This change is to prevent repeatedly trying to re-draw a
163
+figure which is raising an error on draw. The previous behavior would only mark
164
+a figure as not stale after a full re-draw succeeded.
165
166
167
Changes in 1.5.3
168
================
169
0 commit comments