next up previous contents
Next: addcurve Up: Graphics Previous: Constructor   Contents

Subsections

addcommand

Syntax

void addcommand(const char * gcom);

Description

This function adds the command specified by the string gcom to the gnuplot command file. Ex: mygraph.addcommand("set grid").

Note: see the gnuplot documentation for the list of commands.

Return Value

None



Richard Gourdeau 2004-07-06