class AquaPlot::Line3D

Defined in:

series/line.cr

Instance Method Summary

Constructor methods inherited from class AquaPlot::XYZ

new(x : Indexable(Number), y : Indexable(Number), z : Indexable(Number), **options) new

Class methods inherited from class AquaPlot::XYZ

from_points(points : Array(Tuple(U, V, W))) forall U, V, W
from_points(*points : Tuple(U, V, W)) forall U, V, W
from_points

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

Instance Method Detail

def hide_points #

[View source]
def show_points #

[View source]