gnugraph.cpp File Reference
Detailed Description
Graphics functions.
Definition in file gnugraph.cpp.
#include "gnugraph.h"
Include dependency graph for gnugraph.cpp:
Go to the source code of this file.
|
Namespaces |
namespace | ROBOOP |
Functions |
short | ROBOOP::set_plot2d (const char *title_graph, const char *x_axis_title, const char *y_axis_title, const char *label, int type, const Matrix &xdata, const Matrix &ydata, int start_y, int end_y) |
short | ROBOOP::set_plot2d (const char *title_graph, const char *x_axis_title, const char *y_axis_title, const vector< char * > label, int type, const Matrix &xdata, const Matrix &ydata, const vector< int > &data_select) |
Variables |
char * | ROBOOP::curvetype [] |
|