matplotlib.colors.hsv_to_rgb# matplotlib.colors.hsv_to_rgb(hsv)[source]# Convert HSV values to RGB. Parameters: hsv(..., 3) array-likeAll values assumed to be in range [0, 1] Returns: (..., 3) ndarrayColors converted to RGB values in range [0, 1]