next up previous contents
Next: dump Up: Graphics Previous: addcommand   Contents

Subsections

addcurve

Syntax

void addcurve(const Matrix & data, 
              const char * label = "", 
              int type = LINES);

Description

This function add the curves specified by the $n \times 2$ matrix data to the plot using the string label for the legend and type for the curve line type. Defined line types are: See the gnuplot documentation for the description of these line types.

Return Value

None



Richard Gourdeau 2004-07-06