class Ishi::Gnuplot::Plot2D(D)

Defined in:

ishi/gnuplot.cr

Constructors

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(data : D, 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) #

[View source]

Instance Method Detail

def data #

[View source]
def dim #

[View source]
def inst #

[View source]