class
UnicodePlot::Colormap
- UnicodePlot::Colormap
- Reference
- Object
Defined in:
unicode_plot/plot.crConstructors
Instance Method Summary
- #bar=(bar : Bool)
- #bar? : Bool
- #border : Symbol
- #border=(border : Symbol)
- #callback : Proc(Float64, Float64, Float64, UInt32)
- #callback=(callback : Proc(Float64, Float64, Float64, UInt32))
- #lim : Tuple(Float64, Float64)
- #lim=(lim : Tuple(Float64, Float64))
Constructor Detail
def self.new(border : Symbol, bar : Bool, lim : Tuple(Float64, Float64), callback : Float64, Float64, Float64 -> UInt32)
#