Graphics functions. More...
#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 | |
char * | curvetype [] |
static const char | rcsid [] = "$Id: gnugraph.cpp,v 1.44 2006/05/19 17:49:58 gourdeau Exp $" |
RCS/CVS version. |
Graphics functions.
Definition in file gnugraph.cpp.
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 | ||
) |
Definition at line 783 of file gnugraph.cpp.
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 | ||
) |
Definition at line 824 of file gnugraph.cpp.
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 | ||
) |
Definition at line 854 of file gnugraph.cpp.
char* curvetype[] |
{"lines", "points", "linespoints", "impulses", "dots", "steps", "boxes"}
Definition at line 81 of file gnugraph.cpp.
const char rcsid[] = "$Id: gnugraph.cpp,v 1.44 2006/05/19 17:49:58 gourdeau Exp $" [static] |
RCS/CVS version.
Definition at line 74 of file gnugraph.cpp.