class

Crysda::PlotBuilder

Inherits Reference < Object

Builder class for more complex plot configurations

Constructors

Instance methods

bar(x : String, y : String) : self
Source
build
Source
histogram(column : String, bins : Int32 = 10) : self
Source
line(x : String, *y_cols : String) : self
Source
save(filename : String)
Source
scatter(x : String, y : String) : self
Source
show
Source
title(text : String) : self
Source
xlabel(text : String) : self
Source
ylabel(text : String) : self
Source