class Ishi::Gnuplot::Plot3(X, Y, Z)

Defined in:

ishi/gnuplot.cr

Constructors

Instance Method Summary

Instance methods inherited from class Ishi::Gnuplot::Plot

data data, dim dim, inst inst

Constructor Detail

def self.new(xdata : Indexable(X), ydata : Indexable(Y), zdata : Indexable(Z), title : String | Nil = nil, style : Symbol | Nil = nil) #

[View source]

Instance Method Detail

def data #

[View source]
def dim #

[View source]
def inst #

[View source]