FnuPlot


SeriesType

Represents the different types or styles of series. Roughly corresponds to the gnuPlot 'with lines', 'with points' etc.

Union Cases

Union CaseDescription
Histogram
Signature:

Series will be displayed as a histogram.

Impulses
Signature:

Series will be displayed as impulses

Lines
Signature:

Series will be displayed as lines

Points
Signature:

Series will be displayed as points

Fork me on GitHub