class AquaPlot::GlobalPlotOptions

Direct Known Subclasses

Defined in:

plot/base.cr

Constructors

Instance Method Summary

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


[View source]

Instance Method Detail

def border : String #

GETTERS


[View source]
def border=(border : String) #

GETTERS


[View source]
def boxwidth : String #

[View source]
def boxwidth=(boxwidth : String) #

[View source]
def get_axis_tics #

[View source]
def get_border #

GETTERS


[View source]
def get_boxwidth #

[View source]
def get_data #

[View source]
def get_grid #

[View source]
def get_key #

[View source]
def get_offsets #

[View source]
def get_output #

[View source]
def get_samples #

[View source]
def get_terminal #

[View source]
def get_tics #

[View source]
def get_ticslevel #

[View source]
def get_time #

[View source]
def get_title #
Description copied from class AquaPlot::DataSet

GETTERS


[View source]
def get_xlabel #

[View source]
def get_xrange #

[View source]
def get_ylabel #

[View source]
def get_yrange #

[View source]
def grid : Bool #

[View source]
def grid=(grid : Bool) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def offsets : AquaPlot::Util::Offset #

[View source]
def offsets=(offsets : AquaPlot::Util::Offset) #

[View source]
def output : String #

[View source]
def output=(output : String) #

[View source]
def samples : Int32 #

[View source]
def samples=(samples : Int32) #

[View source]
def scale : AquaPlot::Util::XY #

[View source]
def scale=(scale : AquaPlot::Util::XY) #

[View source]
def set_axis_ticks(axis, options) #

[View source]
def set_border(border : String) #

SETTERS


[View source]
def set_boxwidth(boxwidth : String) #

[View source]
def set_data(data : String) #

[View source]
def set_grid(grid : Bool) #

[View source]
def set_key(key : String) #

[View source]
def set_offsets(left = 0, right = 0, top = 0, bottom = 0) #

[View source]
def set_output(output : String) #

[View source]
def set_samples(samples : Int32) #

[View source]
def set_terminal(terminal : String) #

[View source]
def set_tics(tics : String) #

[View source]
def set_ticslevel(ticslevel : String) #

[View source]
def set_time(time : Bool) #

[View source]
def set_title_color(*args, **options) #

[View source]
def set_title_color(*args, **options, &) #

[View source]
def set_title_enhanced(*args, **options) #

[View source]
def set_title_enhanced(*args, **options, &) #

[View source]
def set_title_font(*args, **options) #

[View source]
def set_title_font(*args, **options, &) #

[View source]
def set_title_linetype(*args, **options) #

[View source]
def set_title_linetype(*args, **options, &) #

[View source]
def set_title_offset(*args, **options) #

[View source]
def set_title_offset(*args, **options, &) #

[View source]
def set_title_text(*args, **options) #

[View source]
def set_title_text(*args, **options, &) #

[View source]
def set_xlabel(xlabel : String) #

[View source]
def set_xrange(x, y) #

[View source]
def set_ylabel(ylabel : String) #

[View source]
def set_yrange(x, y) #

[View source]
def terminal : String #

[View source]
def terminal=(terminal : String) #

[View source]
def ticks_hash : Hash(String, String) #

[View source]
def ticks_hash=(ticks_hash : Hash(String, String)) #

[View source]
def tics : String #

[View source]
def tics=(tics : String) #

[View source]
def ticslevel : String #

[View source]
def ticslevel=(ticslevel : String) #

[View source]
def time : Bool #

[View source]
def time=(time : Bool) #

[View source]
def title : AquaPlot::Util::Title #

[View source]
def title=(title : AquaPlot::Util::Title) #

[View source]
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.


[View source]
def xlabel : String #

[View source]
def xlabel=(xlabel : String) #

[View source]
def xrange : AquaPlot::Util::XY #

[View source]
def xrange=(xrange : AquaPlot::Util::XY) #

[View source]
def ylabel : String #

[View source]
def ylabel=(ylabel : String) #

[View source]
def yrange : AquaPlot::Util::XY #

[View source]
def yrange=(yrange : AquaPlot::Util::XY) #

[View source]