Next: comments Up: MacAnova Help File Previous: coefs()   Contents

colplot()

Usage:
colplot(x [, graphics keyword phrases]), x a REAL matrix



Keywords: plotting
colplot(x) makes an "interaction" plot of the data in the REAL matrix x.
The plotting positions are the row numbers and the values in x.  Points
within each column are joined by lines.  Any keywords useable in
chplot() may follow x.  colplot() is implemented as a pre-defined macro.

When option 'dumbplot' has been set False (see subtopic
'options:"dumbplot"'), the plot will be a low resolution plot unless
'dumb:F' is an argument.

See topic 'graph_keys', 'graph_border' and 'graph_ticks' for information
on other keywords that can be used with colplot().

Example:
  Cmd> colplot(run(20)^(.2*run(5)'),xlab:"X",\
        title:"X^.2, X^.4, X^.6, X^.8, X")

See also topic rowplot().


Gary Oehlert 2003-01-15