class AquaPlot::GlobalPlotOptions
- AquaPlot::GlobalPlotOptions
- AquaPlot::DataSet
- Reference
- Object
Direct Known Subclasses
Defined in:
plot/base.crConstructors
Instance Method Summary
-
#border : String
GETTERS
-
#border=(border : String)
GETTERS
- #boxwidth : String
- #boxwidth=(boxwidth : String)
- #get_axis_tics
-
#get_border
GETTERS
- #get_boxwidth
- #get_data
- #get_grid
- #get_key
- #get_offsets
- #get_output
- #get_samples
- #get_terminal
- #get_tics
- #get_ticslevel
- #get_time
-
#get_title
GETTERS
- #get_xlabel
- #get_xrange
- #get_ylabel
- #get_yrange
- #grid : Bool
- #grid=(grid : Bool)
- #key : String
- #key=(key : String)
- #offsets : AquaPlot::Util::Offset
- #offsets=(offsets : AquaPlot::Util::Offset)
- #output : String
- #output=(output : String)
- #samples : Int32
- #samples=(samples : Int32)
- #scale : AquaPlot::Util::XY
- #scale=(scale : AquaPlot::Util::XY)
- #set_axis_ticks(axis, options)
-
#set_border(border : String)
SETTERS
- #set_boxwidth(boxwidth : String)
- #set_data(data : String)
- #set_grid(grid : Bool)
- #set_key(key : String)
- #set_offsets(left = 0, right = 0, top = 0, bottom = 0)
- #set_output(output : String)
- #set_samples(samples : Int32)
- #set_terminal(terminal : String)
- #set_tics(tics : String)
- #set_ticslevel(ticslevel : String)
- #set_time(time : Bool)
- #set_title_color(*args, **options)
- #set_title_color(*args, **options, &)
- #set_title_enhanced(*args, **options)
- #set_title_enhanced(*args, **options, &)
- #set_title_font(*args, **options)
- #set_title_font(*args, **options, &)
- #set_title_linetype(*args, **options)
- #set_title_linetype(*args, **options, &)
- #set_title_offset(*args, **options)
- #set_title_offset(*args, **options, &)
- #set_title_text(*args, **options)
- #set_title_text(*args, **options, &)
- #set_xlabel(xlabel : String)
- #set_xrange(x, y)
- #set_ylabel(ylabel : String)
- #set_yrange(x, y)
- #terminal : String
- #terminal=(terminal : String)
- #ticks_hash : Hash(String, String)
- #ticks_hash=(ticks_hash : Hash(String, String))
- #tics : String
- #tics=(tics : String)
- #ticslevel : String
- #ticslevel=(ticslevel : String)
- #time : Bool
- #time=(time : Bool)
- #title : AquaPlot::Util::Title
- #title=(title : AquaPlot::Util::Title)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #xlabel : String
- #xlabel=(xlabel : String)
- #xrange : AquaPlot::Util::XY
- #xrange=(xrange : AquaPlot::Util::XY)
- #ylabel : String
- #ylabel=(ylabel : String)
- #yrange : AquaPlot::Util::XY
- #yrange=(yrange : AquaPlot::Util::XY)
Instance methods inherited from class AquaPlot::DataSet
cleanup : Bool
cleanup,
cleanup=(cleanup : Bool)
cleanup=,
filename : String
filename,
filename=(filename : String)
filename=,
finalize
finalize,
get_filename
get_filename,
get_title
get_title,
set_title(text)
set_title,
title : AquaPlot::Util::Title
title,
title=(title : AquaPlot::Util::Title)
title=
Constructor methods inherited from class AquaPlot::DataSet
new(title = nil)
new
Constructor Detail
def self.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 Method Detail
def to_s
#
Description copied from class Object
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
.