Module Gnuplot.Filling

type t = [
  1. | `Solid
    (*

    Fill the plot with a solid fill.

    *)
  2. | `Pattern of int
    (*

    Fill the plot with a pre-defined Gnuplot pattern.

    *)
]

Represents possible fillings of a plot.