package prbnmcn-gnuplot

  1. Overview
  2. Docs

Filling shapes.

type t
val default : t

The default Gnuplot fill style.

val set_empty : t -> t

Sets the fill style to be "empty" (ie no fill).

val set_solid : density:float -> transparent:bool -> t -> t

Sets the fill style to be "solid" with prescribed density and transparency flag.

val set_pattern : code:int -> transparent:bool -> t -> t

Sets the fill style to use the pattern specified by code. code corresponds to a Gnuplot pattern code (see Gnuplot doc). transparent sets the transparency flag.

val set_color : Color.t -> t -> t

Sets the fill color.