mpl.collections.RegularPolyCollection.set_color

RegularPolyCollection.set_color(c)

Set both the edgecolor and the facecolor.

ACCEPTS: matplotlib color arg or sequence of rgba tuples

See also

set_facecolor(), set_edgecolor()
For setting the edge or face color individually.