Definition in file Plot.h.
#include <string.h>
#include <stdio.h>
#include <fstream>
#include <matrix/Matrix.h>
Include dependency graph for Plot.h:
This graph shows which files directly or indirectly include this file:
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) |
|
Use GnuPlot to plot the data in a matrix.
Definition at line 51 of file Plot.h. References O_SESSAME::Matrix, and O_SESSAME::MatrixIndexBase. |
|
Definition at line 78 of file Plot.h. References O_SESSAME::Matrix. |