FnuPlot


FillStyle

Represents possible fill styles of a plot. A plot can be filled using a solid fill or using a specified pre-defined pattern (represented by an integer that gnuplot understands)

Union Cases

Union CaseDescription
Pattern(int)
Signature: int

Fill the plot with a pre-defined gnuplot pattern

Solid
Signature:

Fill the plot with a solid fill

Fork me on GitHub