Skip to content

Commit 7a7480d

Browse files
committed
DOC: document API change
1 parent 4928219 commit 7a7480d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/api/api_changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@ where "ax" is an ``Axes3d`` object created with something like ::
155155
ax = plt.sublot(111, projection='3d')
156156

157157

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+
158167
Changes in 1.5.3
159168
================
160169

0 commit comments

Comments
 (0)