Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

Plot.h File Reference


Detailed Description

Interface to GNUPLOT (http://www.gnuplot.org).

Author:
Author
jayhawk_hokie
Version:
Revision
1.2
Date:
Date
2005/06/10 12:53:29

Definition in file Plot.h.

#include <string.h>
#include <stdio.h>
#include <fstream>
#include <matrix/Matrix.h>

Include dependency graph for Plot.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  O_SESSAME

Classes

class  O_SESSAME::Plot
 A Plot object is used to display data in a 2-D or 3-D plot. More...

Functions

void Plot2D (const Matrix &_data)
 Use GnuPlot to plot the data in a matrix.
void Plot3D (const Matrix &_data)


Function Documentation

void Plot2D const Matrix _data  )  [static]
 

Use GnuPlot to plot the data in a matrix.

Parameters:
_data Matrix of data, the first column is x, and each of the other columns will be plotted on the y-axis

Definition at line 51 of file Plot.h.

References O_SESSAME::Matrix, and O_SESSAME::MatrixIndexBase.

Referenced by main(), and Plot().

void Plot3D const Matrix _data  )  [static]
 

Definition at line 78 of file Plot.h.

References O_SESSAME::Matrix.

Referenced by main(), and Plot().


Generated on Wed Sep 5 12:54:34 2007 for DSACSS Operational Code by  doxygen 1.3.9.1