MCPcopy Create free account
hub / github.com/PiLiDAR/PiLiDAR / __initialize_animation__

Method __initialize_animation__

lib/matplotlib_2D.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.s = s
27
28 def __initialize_animation__(self):
29 return animation.FuncAnimation(self.fig, self.animate, init_func=self.init, frames=1, interval=1, blit=True)
30
31 def __gray2rgb__(self, luminances):
32 return np.column_stack((luminances, luminances, luminances))

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected