You are reading an old version of the documentation (v3.0.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.hsv_to_rgb.html
Version 3.0.0
matplotlib
Fork me on GitHub

matplotlib.colors.hsv_to_rgb

matplotlib.colors.hsv_to_rgb(hsv)[source]

convert hsv values in a numpy array to rgb values all values assumed to be in range [0, 1]

Parameters:
hsv : (..., 3) array-like

All values assumed to be in range [0, 1]

Returns:
rgb : (..., 3) ndarray

Colors converted to RGB values in range [0, 1]