ROBOOP, A Robotics Object Oriented Package in C++
gnugraph.cpp File Reference

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

const char * curvetype []
 

Detailed Description

Graphics functions.

Definition in file gnugraph.cpp.

Variable Documentation

const char* curvetype[]
Initial value:
=
{"lines",
"points",
"linespoints",
"impulses",
"dots",
"steps",
"boxes"}

Definition at line 77 of file gnugraph.cpp.