MCPcopy Index your code
hub / github.com/PiLiDAR/PiLiDAR / __gray2rgb__

Method __gray2rgb__

lib/matplotlib_2D.py:31–32  ·  view source on GitHub ↗
(self, luminances)

Source from the content-addressed store, hash-verified

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))
33
34 def init(self):
35 return self.ax,

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected