FramelessHeatMap

scalation.mathstat.FramelessHeatMap
class FramelessHeatMap(frameW: Int, frameH: Int, heat: MatrixD, name: Array[String])

The FramelessHeatMap class should be used in embedded applications.

Value parameters

frameH

the height

frameW

the width

heat

the matrix of values (to be color-coded for display)

name

the column names for the matrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Dynamically create and return a drawing canvas.

Dynamically create and return a drawing canvas.

Attributes