class Ishi::Gnuplot::PlotXYZ(X, Y, Z)
- Ishi::Gnuplot::PlotXYZ(X, Y, Z)
- Ishi::Gnuplot::Plot
- Reference
- Object
Defined in:
ishi/gnuplot.crConstructors
Instance Method Summary
Instance methods inherited from class Ishi::Gnuplot::Plot
data
data,
dim
dim,
inst
inst
Constructor methods inherited from class Ishi::Gnuplot::Plot
new(options = nil)
new
Constructor Detail
def self.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)
#