Cryplot::Figure
Class used to create multiple plots in one canvas
Constructors
new(plots : MultiPlots)
SourceInstance methods
save(filename : String)
Save the plots in a file, with its extension defining the file format.
The extension of the file name determines the file format
The supported formats are: pdf, eps, svg, png, and jpeg
Thus, to save a plot in pdf format, choose a file as in plot.pdf.
Note: This removes temporary files after saving if autoclean is enabled. default is enabled
save_plot_data
Sourceshow
Show the plot in a popup-window
Note: This removes temporary files after saving if autoclean is enabled. default is enabled
Set the size of the plot (in unit of points, with 1 inch = 72 points).