package gnuplot

  1. Overview
  2. Docs
type t

Specifies the output type for Gnuplot.

val create : ?font:string -> [ `Wxt | `X11 | `Qt | `Png of string | `Png_cairo of string | `Eps of string ] -> t

create ?font output creates an output type with optional font parameter.