package gnuplot

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

Specifies the output type for Gnuplot.

val create : ?font:string -> ?size:(int * int) -> ?params: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, and other custom parameters params.