matplotlib colors for plot code example
Example 1: change graph colors python matplotlib
plt.plot([values], color='color')
Example 2: matplotlib colors list
matplotlib. colors
b : blue.
g : green.
r : red.
c : cyan.
m : magenta.
y : yellow.
k : black.
w : white.