class

UnicodePlot::BoxplotGraphics

Inherits UnicodePlot::GraphicsArea < Reference < Object

Five-number summary per box, matching Julia UnicodePlots BoxplotGraphics.

Constructors

new(ncols : Int32, xmin : Float64, xmax : Float64, visible : Bool = true)
Source

Instance methods

add_box!(data : Array(Float64), color : UInt32) : self
Source
blank
Source
boxes
Source
ncols
Source
nrows
Source
preprocess(io : IO) : GraphicsArea ->

Preprocessing hook (returns cleanup proc). Override in subclasses that need it.

Source
visible?
Source
xmax
Source
xmax=(xmax : Float64)
Source
xmin
Source
xmin=(xmin : Float64)
Source

Nested types