Graphics Functions for CAMdoubleVector

 

Include File:mvagph.h


CAMgraphicsProcess (base class reference)

Chris Anderson © UCLA 8/18/97


Line (and Point) Plot Commands

For the following commands, v and x are instances of CAMdoubleVectors. c is a character constant and s is a plot style constant.

plot(v) Plots the values of v vs. their index.
plot(v,c) Plots the values of v vs. their index using point type c.
plot(v,c,s) Plots the values of v vs. their index using point type c and plot style s.
plot(v,X) Plots the values of v vs. the values of x.
plot(v,x,c) Plots the values of v vs. the values of x using point type c.
plot(v,x,c,s) Plots the values of v vs. the values of x using point type c and plot style s

 Associated base class member function references: