FramelessPlot

scalation.mathstat.FramelessPlot
class FramelessPlot(x: VectorD, y: VectorD, z: VectorD, var width: Int, var height: Int)

The FramelessPlot class is used for embedded applications.

Value parameters

height

the height

width

the width

x

the x vector of data values (horizontal)

y

the y vector of data values (primary vertical)

z

the z vector of data values (secondary vertical) to compare with y

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def canvas: Canvas

Dynamically create and return a drawing canvas.

Dynamically create and return a drawing canvas.

Attributes

Concrete fields

var height: Int
var width: Int