package prbnmcn-gnuplot

  1. Overview
  2. Docs
val circle_2d : points:r3 Data.t -> ?legend:string -> ?fill:Fill.t -> unit -> r2 spec

circle_2d ~points ?legend ?fill () plots each triple (x, y, r) as a circle at position (x, y) with radius r. The radius is interpreted in the scale of the x axis.

val circle_3d : points:r4 Data.t -> ?legend:string -> ?fill:Fill.t -> unit -> r3 spec

circle_3d ~points ?legend ?fill () plots each tuple (x, y, z, r) as a circle at position (x, y, z) with radius r. The radius is interpreted in the scale of the x axis.