MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / init

Function init

lib/matplotlib/tests/test_animation.py:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 ax.set_ylim(-1, 1)
28
29 def init():
30 line.set_data([], [])
31 return line,
32
33 def animate(i):
34 x = np.linspace(0, 10, 100)

Callers

nothing calls this directly

Calls 1

set_dataMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…