class

AquaPlot::GlobalPlotOptions

Inherits AquaPlot::DataSet / Reference / Object

Constructors

new(border : String = "", boxwidth : String = "0.6 relative", data : String = "histograms", grid : Bool = true, key : String = "", offsets : AquaPlot::Util::Offset = AquaPlot::Util::Offset.new, output : String = "", samples : Int32 = 500, scale : AquaPlot::Util::XY = AquaPlot::Util::XY.new, terminal : String = "qt", tics : String = "", ticslevel : String = "", time : Bool = false, title = AquaPlot::Util::Title.new, xlabel : String = "", xrange : AquaPlot::Util::XY = AquaPlot::Util::XY.new, ylabel : String = "", yrange : AquaPlot::Util::XY = AquaPlot::Util::XY.new)

INITIALIZATION

Source

Instance methods

border

GETTERS

Source
border=(border : String)

GETTERS

Source
boxwidth
Source
boxwidth=(boxwidth : String)
Source
get_axis_tics
Source
get_border

GETTERS

Source
get_boxwidth
Source
get_data
Source
get_grid
Source
get_key
Source
get_offsets
Source
get_output
Source
get_samples
Source
get_terminal
Source
get_tics
Source
get_ticslevel
Source
get_time
Source
get_title

GETTERS

Source
get_xlabel
Source
get_xrange
Source
get_ylabel
Source
get_yrange
Source
grid
Source
grid=(grid : Bool)
Source
key=(key : String)
Source
offsets
Source
offsets=(offsets : AquaPlot::Util::Offset)
Source
output
Source
output=(output : String)
Source
samples
Source
samples=(samples : Int32)
Source
scale
Source
scale=(scale : AquaPlot::Util::XY)
Source
set_axis_ticks(axis, options)
Source
set_border(border : String)

SETTERS

Source
set_boxwidth(boxwidth : String)
Source
set_data(data : String)
Source
set_grid(grid : Bool)
Source
set_key(key : String)
Source
set_offsets(left = 0, right = 0, top = 0, bottom = 0)
Source
set_output(output : String)
Source
set_samples(samples : Int32)
Source
set_terminal(terminal : String)
Source
set_tics(tics : String)
Source
set_ticslevel(ticslevel : String)
Source
set_time(time : Bool)
Source
set_title_color(*args, **options)
Source
set_title_color(*args, **options, &)
Source
set_title_enhanced(*args, **options)
Source
set_title_enhanced(*args, **options, &)
Source
set_title_font(*args, **options)
Source
set_title_font(*args, **options, &)
Source
set_title_linetype(*args, **options)
Source
set_title_linetype(*args, **options, &)
Source
set_title_offset(*args, **options)
Source
set_title_offset(*args, **options, &)
Source
set_title_text(*args, **options)
Source
set_title_text(*args, **options, &)
Source
set_xlabel(xlabel : String)
Source
set_xrange(x, y)
Source
set_ylabel(ylabel : String)
Source
set_yrange(x, y)
Source
terminal
Source
terminal=(terminal : String)
Source
ticks_hash
Source
ticks_hash=(ticks_hash : Hash(String, String))
Source
tics
Source
tics=(tics : String)
Source
ticslevel
Source
ticslevel=(ticslevel : String)
Source
time
Source
time=(time : Bool)
Source
title
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
xlabel
Source
xlabel=(xlabel : String)
Source
xrange
Source
xrange=(xrange : AquaPlot::Util::XY)
Source
ylabel
Source
ylabel=(ylabel : String)
Source
yrange
Source
yrange=(yrange : AquaPlot::Util::XY)
Source