Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

gnuplot.h File Reference

GnuPlot class. Save data in gnuplot-format. More...

#include <string>
#include <vector>
#include "util.h"

Go to the source code of this file.

Functions

void plotLine (std::string const &name, safevector< double > const &xx, safevector< double > const &yy, std::string const &xlabel, std::string const &ylabel, std::string const &title, std::string const &with, double ymin=default_axis, double ymax=default_axis, std::string const &options="") throw (std::string)
void plotTimeSeries (std::string const &name, safevector< double > const &array, std::string const &xlabel, std::string const &ylabel, std::string const &title, std::string const &with, double ymin=default_axis, double ymax=default_axis, int start_time=0, std::string const &options="") throw (std::string)
void plotMesh (std::string const &name, safevector< double > const &xx, safevector< double > const &yy, safevector< double > const &zz, std::string const &xlabel, std::string const &ylabel, std::string const &zlabel, std::string const &title, std::string const &options="") throw (std::string)
template<class T> void saveData (std::string const &name, safevector< std::pair< T, T > > const &xy, std::string const &options="") throw (std::string)
safevector< double > makeinterval (double istart, double iend, unsigned steps)

Variables

const double default_axis = 666666


Detailed Description

GnuPlot class. Save data in gnuplot-format.

Author:
Klaus Holst
Date:
Jan 2005

Definition in file gnuplot.h.


Generated on Tue Feb 14 16:05:52 2006 for estfunc by doxygen 1.3.6