Homepage Demos Overview Downloads Tutorials Reference
Credits

gnugraph.cpp File Reference


Detailed Description

Graphics functions.

Definition in file gnugraph.cpp.

#include "gnugraph.h"

Include dependency graph for gnugraph.cpp:

Include dependency graph

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
 

Definition at line 714 of file gnugraph.cpp.

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
 

Definition at line 675 of file gnugraph.cpp.


Variable Documentation

char* ROBOOP::curvetype[]
 

Initial value:

   {"lines",
    "points",
    "linespoints",
    "impulses",
    "dots",
    "steps",
    "boxes"}

Definition at line 73 of file gnugraph.cpp.

Referenced by ROBOOP::GNUcurve::dump(), and ROBOOP::Plot2d::gnuplot().

const char rcsid[] = "$Id: gnugraph.cpp,v 1.1 2004/07/20 17:55:24 ejt Exp $" [static]
 

RCS/CVS version.

Definition at line 64 of file gnugraph.cpp.


ROBOOP v1.21a
Generated Tue Oct 19 14:18:27 2004 by Doxygen 1.3.9.1