#include <Plot.h>
Using GnuPlot, this class is a C++ interface to plotting. for a list of GnuPlot commands, visit: http://www.duke.edu/~hpgavin/gnuplot.html or http://www.cs.uni.edu/Help/gnuplot/
Definition at line 29 of file Plot.h.
Public Member Functions | |
Plot () | |
virtual | ~Plot () |
Plot (const Matrix &_data) | |
Plot (const Matrix &_data, int _cols[], const int &_numCols) | |
void | AddPlot (const Matrix &_data) |
void | AddPlot (const Matrix &_data, int _cols[], const int &_numCols) |
void | Title (const char *_titleString) |
void | Set (const char *_parameterName, const char *_values) |
void | Command (const char *_stringCommand) |
Private Attributes | |
FILE * | m_pipeVar |
char * | m_dataFilename |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|