package gnuplot

  1. Overview
  2. Docs
type t = [
  1. | `Solid
  2. | `Pattern of int
]

Represents possible fillings of a plot.