Plot.Style
Styles
val default : t
The default plotting style corresponds to using points with the Gnuplot defaults for size and color.
val set_point : ?ptyp:Pointtype.t -> ?psize:float -> t -> t
Sets the plotting style to use points.
?ptyp
specifies the Gnuplot pointtype.?psize
specifies the point size.Sets the plotting style to use circles.
radius
specifies the circle radius.?fill
specifies how to fill the circle and defaults to Fill.default
.