FramelessHistogram

scalation.mathstat.FramelessHistogram
class FramelessHistogram(frameW: Int, frameH: Int, value: VectorD, numIntervals: Int)

The FramelessHistogram class should be used in embedded applications.

Value parameters

frameH

the height

frameW

the width

numIntervals

the number of intervals (typically 5 to 100)

value

the vector of values (want several per interval)

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