Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ update_title
Function
update_title
galleries/examples/event_handling/timers.py:23–25 ·
view source on GitHub ↗
(axes)
Source
from the content-addressed store, hash-verified
21
22
23
def
update_title(axes):
24
axes.set_title(datetime.now())
25
axes.figure.canvas.draw()
26
27
fig, ax = plt.subplots()
28
Callers
nothing calls this directly
Calls
2
set_title
Method · 0.45
draw
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…