class
GRM::Figure
- GRM::Figure
- Reference
- Object
Overview
Figure class for multiple plots
Defined in:
grm/figure.crConstructors
-
.new(plot_id : Int32)
External plot_id specification constructor
- .new
Instance Method Summary
- #add_plot(&block : Plot -> Plot)
- #add_plot(plot : Plot)
- #clear
- #plot_id : Int32
- #save(path : String)
- #show
-
#title(text : String)
Figure-level label setting methods
-
#to_html(id : String | Nil = nil) : String
Convenience methods
- #to_json : String
- #xlabel(text : String)
- #ylabel(text : String)