Module Gnuplot.Output

module Output: sig .. end

type t 
Specifies the output type for Gnuplot.
val create : ?font:string ->
[ `Eps of string | `Png of string | `Png_cairo of string | `Qt | `Wxt | `X11 ] ->
t
create ?font output creates an output type with optional font parameter.