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
Instance methods
boxwidth
Sourceboxwidth=(boxwidth : String)
Sourceget_axis_tics
Sourceget_boxwidth
Sourceget_data
Sourceget_grid
Sourceget_key
Sourceget_offsets
Sourceget_output
Sourceget_samples
Sourceget_terminal
Sourceget_tics
Sourceget_ticslevel
Sourceget_time
Sourceget_xlabel
Sourceget_xrange
Sourceget_ylabel
Sourceget_yrange
Sourcegrid
Sourcegrid=(grid : Bool)
Sourcekey
Sourcekey=(key : String)
Sourceoffsets
Sourceoffsets=(offsets : AquaPlot::Util::Offset)
Sourceoutput
Sourceoutput=(output : String)
Sourcesamples
Sourcesamples=(samples : Int32)
Sourcescale
Sourcescale=(scale : AquaPlot::Util::XY)
Sourceset_axis_ticks(axis, options)
Sourceset_boxwidth(boxwidth : String)
Sourceset_data(data : String)
Sourceset_grid(grid : Bool)
Sourceset_key(key : String)
Sourceset_offsets(left = 0, right = 0, top = 0, bottom = 0)
Sourceset_output(output : String)
Sourceset_samples(samples : Int32)
Sourceset_terminal(terminal : String)
Sourceset_tics(tics : String)
Sourceset_ticslevel(ticslevel : String)
Sourceset_time(time : Bool)
Sourceset_title_color(*args, **options)
Sourceset_title_color(*args, **options, &)
Sourceset_title_enhanced(*args, **options)
Sourceset_title_enhanced(*args, **options, &)
Sourceset_title_font(*args, **options)
Sourceset_title_font(*args, **options, &)
Sourceset_title_linetype(*args, **options)
Sourceset_title_linetype(*args, **options, &)
Sourceset_title_offset(*args, **options)
Sourceset_title_offset(*args, **options, &)
Sourceset_title_text(*args, **options)
Sourceset_title_text(*args, **options, &)
Sourceset_xlabel(xlabel : String)
Sourceset_xrange(x, y)
Sourceset_ylabel(ylabel : String)
Sourceset_yrange(x, y)
Sourceterminal
Sourceterminal=(terminal : String)
Sourceticks_hash
Sourceticks_hash=(ticks_hash : Hash(String, String))
Sourcetics
Sourcetics=(tics : String)
Sourceticslevel
Sourceticslevel=(ticslevel : String)
Sourcetime
Sourcetime=(time : Bool)
Sourcetitle
Sourcetitle=(title : AquaPlot::Util::Title)
Sourceto_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.
xlabel
Sourcexlabel=(xlabel : String)
Sourcexrange
Sourcexrange=(xrange : AquaPlot::Util::XY)
Sourceylabel
Sourceylabel=(ylabel : String)
Sourceyrange
Sourceyrange=(yrange : AquaPlot::Util::XY)
Source