FnuPlot


OutputType

Various output types that can be specified to gnuplot. Currently, the wrapper supports the following options:

  • OutputType.X11 for charts that are opened in a new window
  • OutputType.Png for saving charts to a PNG file.
  • OutputType.Eps for saving charts to an EPS file.

Union Cases

Union CaseDescription
Eps(string)
Signature: string

Saves charts to a specified EPS file

Png(string)
Signature: string

Saves charts to a specified PNG file

X11
Signature:

Creates charts in a new window

Fork me on GitHub