|
Hermes2D
3.0
|
#include <graph.h>
Inheritance diagram for Hermes::Hermes2D::Graph:Classes | |
| struct | Row |
| struct | Values |
Protected Attributes | |
| std::string | title |
| std::string | xname |
| std::string | yname |
| bool | logx |
| bool | logy |
| bool | legend |
| bool | grid |
| std::vector< Row > | rows |
Graph is a utility class storing a simple XY graph (eg., a convergence graph). One or more data rows can be defined by calling add_row(). The actual data are added to the rows by calling add_values(). The resulting graph is saved to a file by calling save().
Please note that this is a base class that cannot be instantiated. Use MatlabGraph, GnuplotGraph or SimpleGraph instead.