Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _stale_figure_callback
Function
_stale_figure_callback
lib/matplotlib/figure.py:65–67 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
63
64
65
def
_stale_figure_callback(self, val):
66
if
(fig := self.get_figure(root=False)) is not None:
67
fig.stale = val
68
69
70
class
_AxesStack:
Callers
nothing calls this directly
Calls
1
get_figure
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…