Module Gnuplot.Filling

module Filling: sig .. end

type t = [ `Pattern of int | `Solid ] 
Represents possible fillings of a plot.