Definition in file gnugraph.cpp.
#include "gnugraph.h"
Go to the source code of this file.
Functions | |
| short | set_plot2d (const char *title_graph, const char *x_axis_title, const char *y_axis_title, const char *label, LineType_en enLineType, const Matrix &xdata, const Matrix &ydata, int start_y, int end_y) |
| short | set_plot2d (const char *title_graph, const char *x_axis_title, const char *y_axis_title, const vector< char * > label, LineType_en enLineType, const Matrix &xdata, const Matrix &ydata, const vector< int > &data_select) |
| short | set_plot3d (const Matrix &xyz, const string &title_graph, const string &x_axis_title, const string &y_axis_title, const string &z_axis_title) |
Variables | |
| static const char | rcsid [] = "$Id: gnugraph.cpp,v 1.44 2006/05/19 17:49:58 gourdeau Exp $" |
| RCS/CVS version. | |
| char * | curvetype [] |
| char* curvetype[] |
Initial value:
{"lines",
"points",
"linespoints",
"impulses",
"dots",
"steps",
"boxes"}
Definition at line 81 of file gnugraph.cpp.
Referenced by GNUcurve::dump(), and Plot2d::gnuplot().
1.5.1