Functions | Variables
gnugraph.cpp File Reference

Graphics functions. More...

#include "gnugraph.h"
Include dependency graph for gnugraph.cpp:

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 []
 
static const char rcsid [] = "$Id: gnugraph.cpp,v 1.44 2006/05/19 17:49:58 gourdeau Exp $"
 RCS/CVS version. More...
 

Detailed Description

Graphics functions.

Definition in file gnugraph.cpp.

Function Documentation

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 
)

Definition at line 793 of file gnugraph.cpp.

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 
)

Definition at line 834 of file gnugraph.cpp.

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 
)

Definition at line 864 of file gnugraph.cpp.

Variable Documentation

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

Definition at line 81 of file gnugraph.cpp.

const char rcsid[] = "$Id: gnugraph.cpp,v 1.44 2006/05/19 17:49:58 gourdeau Exp $"
static

RCS/CVS version.

Definition at line 74 of file gnugraph.cpp.



kni
Author(s): Martin Günther
autogenerated on Fri Jun 7 2019 22:06:45