package prbnmcn-gnuplot

  1. Overview
  2. Docs

Styles

type t
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.

  • The optional argument ?ptyp specifies the Gnuplot pointtype.
  • The optional argument ?psize specifies the point size.
val set_circle : ?fill:Fill.t -> radius:float -> t -> t

Sets the plotting style to use circles.

  • The argument radius specifies the circle radius.
  • The optional argument ?fill specifies how to fill the circle and defaults to Fill.default.
val set_color : Color.t -> t -> t