Next: dump
Up: Graphics
Previous: addcommand
Contents
Subsections
void addcurve(const Matrix & data,
const char * label = "",
int type = LINES);
This function add the curves specified by the
matrix
data to the plot using the string label for the legend
and type for the curve line type. Defined line types are:
- LINES;
- POINTS;
- LINESPOINTS;
- IMPULSES;
- DOTS;
- STEPS;
- BOXES.
See the gnuplot documentation for the description of these line
types.
None
Richard Gourdeau
2004-07-06