package tezos-benchmark

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Plot.FillSource

Filling shapes.

Sourcetype t
Sourceval default : t

The default Gnuplot fill style.

Sourceval set_empty : t -> t

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

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

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

Sourceval 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.

Sourceval set_color : Color.t -> t -> t

Sets the fill color.

OCaml

Innovation. Community. Security.