class Ishi::Gnuplot::PlotXY(X, Y)
- Ishi::Gnuplot::PlotXY(X, Y)
- 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), title : String? = nil, style : Symbol | String | Nil = nil, format : String? = nil, dashtype : Array(Int32) | Int32 | String | Nil = nil, fillstyle : Int32 | Float64 | Nil = nil, linecolor : String? = nil, linewidth : Int32 | Float64 | Nil = nil, linestyle : Int32? = nil, pointsize : Int32 | Float64 | Nil = nil, pointtype : Int32 | String | Nil = nil, **options)
#