ROBOOP, A Robotics Object Oriented Package in C++
|
3d plot object. More...
#include <gnugraph.h>
Public Member Functions | |
Plot3d () | |
Default constructor. | |
void | settitle (const std::string &t) |
Set the title. | |
void | setxlabel (const std::string &t) |
Set the x axis name. | |
void | setylabel (const std::string &t) |
Set the y axis name. | |
void | setzlabel (const std::string &t) |
Set the y axis name. | |
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. | |
3d plot object.
Definition at line 170 of file gnugraph.h.