class

GRM::Figure

Inherits Reference / Object

Figure class for multiple plots

Constructors

new(plot_id : Int32)

External plot_id specification constructor

Source

Instance methods

add_plot
Source
add_plot(plot : Plot)
Source
clear
Source
plot_id
Source
save(path : String)
Source
show
Source
title(text : String)

Figure-level label setting methods

Source
to_html(id : String | Nil = nil) : String

Convenience methods

Source
to_json
Source
xlabel(text : String)
Source
ylabel(text : String)
Source