Ishi::Gnuplot::PlotXYZ(X, Y, Z)
Inherits Ishi::Gnuplot::Plot / Reference / Object
Constructors
new(xdata : Indexable(X), ydata : Indexable(Y), zdata : Indexable(Z), title : String | Nil = nil, style : Symbol | String | Nil = nil, format : String | Nil = nil, dashtype : Array(Int32) | Int32 | String | Nil = nil, fillstyle : Int32 | Float64 | Nil = nil, linecolor : String | Nil = nil, linewidth : Int32 | Float64 | Nil = nil, linestyle : Int32 | Nil = nil, pointsize : Int32 | Float64 | Nil = nil, pointtype : Int32 | String | Nil = nil, **options)
SourceInstance methods
data
Sourcedim
Sourceinst
Source