Output
The type can be used to specify output type for gnuplot
. The type
combines a value of OutputType
with additional parameters such as fonts.
For example, to create a PNG, you can use:
gp.Set(output = Output(Png("/temp/test.png")))
Constructors
Constructor | Description |
new(output, font)
Signature: (output:OutputType * font:string option) -> Output
|