#include <gnugraph.h>
Definition at line 174 of file gnugraph.h.
Public Member Functions | |
| Plot3d () | |
| Default constructor. | |
| void | settitle (const std::string &t) |
| void | setxlabel (const std::string &t) |
| void | setylabel (const std::string &t) |
| void | setzlabel (const std::string &t) |
| void | gnuplot (const Matrix &xyz) |
| Creates a GNUplot graphic. | |
Private Attributes | |
| std::string | title |
| Graph title. | |
| std::string | xlabel |
| Graph x axis. | |
| std::string | ylabel |
| Graph y axis. | |
| std::string | zlabel |
| Graph z axis. | |
1.5.1