abstract class AquaPlot::XorXY

Direct Known Subclasses

Defined in:

series/base.cr

Constructors

Instance methods inherited from class AquaPlot::SeriesOptions

get_linecolor get_linecolor, get_linewidth get_linewidth, get_pointsize get_pointsize, get_pointtype get_pointtype, get_style get_style, linecolor : String linecolor, linecolor=(linecolor : String) linecolor=, linewidth : Int32 linewidth, linewidth=(linewidth : Int32) linewidth=, pointsize : Int32 pointsize, pointsize=(pointsize : Int32) pointsize=, pointtype : Int32 pointtype, pointtype=(pointtype : Int32) pointtype=, set_linecolor(linecolor : String) set_linecolor, set_linewidth(linewidth : Int32) set_linewidth, style : String style, style=(style : String) style=, to_s to_s

Constructor methods inherited from class AquaPlot::SeriesOptions

new(linecolor : String = "", linewidth : Int32 = 2, pointtype : Int32 = 7, pointsize : Int32 = 2, **options) new

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(x : Indexable(Number), y : Indexable(Number), **options) #

[View source]
def self.new(x : Indexable(Number), **options) #

[View source]