package gnuplot

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.