MCPcopy 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
23def update_title(axes):
24 axes.set_title(datetime.now())
25 axes.figure.canvas.draw()
26
27fig, ax = plt.subplots()
28

Callers

nothing calls this directly

Calls 2

set_titleMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…