Gnuplot.Filling
type t = [
| `Solid
Fill the plot with a solid fill.
| `Pattern of int
Fill the plot with a pre-defined Gnuplot pattern.
]
Represents possible fillings of a plot.