Plot.StyleStyles
val default : tThe default plotting style corresponds to using points with the Gnuplot defaults for size and color.
val set_point : ?ptyp:Pointtype.t -> ?psize:float -> t -> tSets 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.