Plotting Utils

Some common utility functions

source

rgb_to_hex

 rgb_to_hex (color:numpy.ndarray)

Converts an RGB color array to a hex color string.

Type Details
color ndarray Nd array of color values
Returns str hex string of color data