class

UnicodePlot::HeatmapGraphics

Inherits UnicodePlot::GraphicsArea < Reference < Object

HeatmapGraphics renders a 2D color matrix using half-block characters (▄). Each display row combines two data rows: upper half (bg) and lower half (fg). This matches Julia's HeatmapCanvas layout.

Constructors

new(data : Array(Array(Float64)), colormap_fn : Proc(Float64, Float64, Float64, UInt32), zmin : Float64, zmax : Float64, visible : Bool = true, yflip : Bool = false)
Source

Instance methods

blank
Source
colormap_fn
Source
data
Source
ncols
Source
nrows
Source
visible?
Source
yflip?
Source
zmax
Source
zmin
Source