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 | 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 | 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 |
const char | rcsid [] = "$Id: gnugraph.cpp,v 1.1 2004/07/20 17:55:24 ejt Exp $" |
| RCS/CVS version.
|
char * | curvetype [] |
Function Documentation
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 |
|
) |
|
|
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 |
|
) |
|
|
Variable Documentation
const char rcsid[] = "$Id: gnugraph.cpp,v 1.1 2004/07/20 17:55:24 ejt Exp $" [static] |
|
|