You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

This Page

matplotlib.colors.hsv_to_rgb

matplotlib.colors.hsv_to_rgb(hsv)

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]