class Ishi::Gnuplot::Plot3(X, Y, Z)
- Ishi::Gnuplot::Plot3(X, Y, Z)
- Ishi::Gnuplot::Plot
- Reference
- Object
Defined in:
ishi/gnuplot.crConstructors
Instance Method Summary
Constructor Detail
def self.new(xdata : Indexable(X), ydata : Indexable(Y), zdata : Indexable(Z), title : String | Nil = nil, style : Symbol | Nil = nil)
#