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
Sourceboxplot(data : Data, params : Parameters) : ::UnicodePlot::Plot
boxplot
Sourcedensity(data :
Data, params :
Parameters, fmt :
String = "xyy") : ::
UnicodePlot::Plot
density
Sourcehistogram(data : Data, params : Parameters) : ::UnicodePlot::Plot
histogram
Sourceline(data :
Data, params :
Parameters, fmt :
String |
Nil = nil) : ::
UnicodePlot::Plot
lineplot (single series or two-column)
Sourcelines(data :
Data, params :
Parameters, fmt :
String = "xyy") : ::
UnicodePlot::Plot
lineplots (multiple series)
Sourcescatter(data :
Data, params :
Parameters, fmt :
String = "xyy") : ::
UnicodePlot::Plot
scatter
Source