Gnuplot.Color
type t = [
| `Black
| `Red
| `Green
| `Yellow
| `Blue
| `Magenta
| `Cyan
| `White
| `Rgb of int * int * int
]
Possible colors of a plot.