module

YouPlot2::Backends::UnicodePlot

Backend that converts YouPlot2 Data + Parameters into UnicodePlot calls.

Instance methods

barplot(data : Data, params : Parameters, fmt : String | Nil = nil, count : Bool = false, reverse : Bool = false) : ::UnicodePlot::Plot

barplot

Source
boxplot(data : Data, params : Parameters) : ::UnicodePlot::Plot

boxplot

Source
colors(color_names : Bool = false) : String

colors

Source
density(data : Data, params : Parameters, fmt : String = "xyy") : ::UnicodePlot::Plot

density

Source
histogram(data : Data, params : Parameters) : ::UnicodePlot::Plot

histogram

Source
line(data : Data, params : Parameters, fmt : String | Nil = nil) : ::UnicodePlot::Plot

lineplot (single series or two-column)

Source
lines(data : Data, params : Parameters, fmt : String = "xyy") : ::UnicodePlot::Plot

lineplots (multiple series)

Source
scatter(data : Data, params : Parameters, fmt : String = "xyy") : ::UnicodePlot::Plot

scatter

Source