Next: contour() Up: Graphics Macros Help File Previous: boxplot5num()   Contents

colplot()

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



Keywords: line graphs, interaction graphs
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.

When option 'dumbplot' has been set False (see options), 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")

colplot() is implemented as a pre-defined macro.

See also topic rowplot().


Gary Oehlert 2003-01-15