Commit 0873285
authored
No longer call draw_if_interactive in parasite_axes. (matplotlib#23156)
This is a remnant of the pre-staleness system, where all pyplot
functions used to call draw_if_interactive to trigger a draw_idle; this
has now been superseded with the stale system which likewise triggers a
draw_idle (here via add_subplot, which marks the figure as stale).
This way, the only remaining places that call draw_if_interactive
internally are in plt.figure() and in figure unpickling.1 parent 3df958c commit 0873285
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
| |||
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
283 | | - | |
284 | 282 | | |
0 commit comments