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

Method start

galleries/examples/animation/bayes_update.py:44–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 self.ax.axvline(prob, linestyle='--', color='black')
43
44 def start(self):
45 # Used for the *init_func* parameter of FuncAnimation; this is called when
46 # initializing the animation, and also after resizing the figure.
47 return self.line,
48
49 def __call__(self, i):
50 # This way the plot can continuously run and we just keep

Callers 6

__call__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
timers.pyFile · 0.45
start_animFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected