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

Method init

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

Source from the content-addressed store, hash-verified

32 return np.column_stack((luminances, luminances, luminances))
33
34 def init(self):
35 return self.ax,
36
37 def animate(self, i):
38 line = getattr(self, 'line', None)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected