Colors of matplotib
The color abbreviations are single-letter codes.
Base Colors Character Hex Color "b" #0343dfblue "g" #15b01agreen "r" #e50000red "c" #00ffffcyan "m" #c20078magenta "y" #ffff14yellow "k" #000000black "w" #ffffff(white) The color codes of the default-property cycle are the character
"C"followed by one digit.
Default-Property Colors String Hex Color "C0" #1f77b4blue "C1" #ff7f0eorange "C2" #2ca02cgreen "C3" #d62728red "C4" #9467bdpurple "C5" #8c564bbrown "C6" #e377c2pink "C7" #7f7f7fgray "C8" #bcbd22olive "C9" #17becfcyan If the color is the only part of the format string, you can additionally use any
matplotlib.colorsspecification such as full names ("green") or hex strings ("#008000").