Graphics functions.
More...
Go to the source code of this file.
|
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) |
|
|
const char * | curvetype [] |
|
Graphics functions.
Definition in file gnugraph.cpp.
Initial value:=
{"lines",
"points",
"linespoints",
"impulses",
"dots",
"steps",
"boxes"}
Definition at line 77 of file gnugraph.cpp.