|
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 |