PlotM

scalation.mathstat.PlotM
See thePlotM companion class
object PlotM

The PlotM companion object provides a builder method for plotting several y vectors versus an x vector.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PlotM.type

Members list

Value members

Concrete methods

def apply(x: VectorD, y: VectorD*): PlotM

Create a plot of several y vectors versus an x vector.

Create a plot of several y vectors versus an x vector.

Value parameters

x

the x vector of data values (horizontal)

y

one or more vectors of values where y(i) is the i-th vector (vertical)

Attributes