東北工業大学 情報通信工学科 中川研究室 
IDL/SPEDAS で解析 (中川研 学内サイト)
spedasでグラフに使える色

spedasでグラフに使える色について

;'x','m','b','c','g','y','r','w', 'd','z', and 0-255
;'x' or 0 is black
;'m' or 1 is magenta
;'b' or 2 is blue
;'c' or 3 is cyan
;'g' or 4 is green
;'y' or 5 is yellow
;'r' or 6 is red
;'w' or 255 is white
;'d' is foreground color(!p.color)
;'z' is background color(!p.background)
;45 is purple
;10-255 are elements in a continuous color table. (The default is a basic rainbow table)

https://www.kwasan.kyoto-u.ac.jp/~watanabe/idl/IDL_command.html
(2021.12.9 小路さん)