Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ROBOOP::Plot2d Class Reference#include <gnugraph.h>
Inheritance diagram for ROBOOP::Plot2d:
![]() Detailed Description2d plot object.Definition at line 134 of file gnugraph.h.
Constructor & Destructor Documentation
Member Function Documentation
Set the title.
Definition at line 302 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::graph(), and ROBOOP::set_plot2d().
Set the x axis name.
Definition at line 308 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::graph(), and ROBOOP::set_plot2d().
Set the y axis name.
Definition at line 314 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::graph(), and ROBOOP::set_plot2d().
Add a curve on the graphic.
Definition at line 284 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::graph(), and ROBOOP::set_plot2d().
Creates a GNUplot graphic.
Definition at line 159 of file gnugraph.cpp. Referenced by ROBOOP::Plot_file::graph(), and ROBOOP::set_plot2d().
Member Data Documentation
Graph title.
Definition at line 136 of file gnugraph.h. Referenced by dump(), gnuplot(), and settitle().
Graph x axis.
Definition at line 136 of file gnugraph.h. Referenced by dump(), gnuplot(), and setxlabel().
Graph y axis.
Definition at line 136 of file gnugraph.h. Referenced by dump(), gnuplot(), and setylabel().
GNU plot command.
Definition at line 139 of file gnugraph.h. Referenced by addcommand(), dump(), and gnuplot().
Number of curves.
Definition at line 140 of file gnugraph.h. Referenced by addcurve(), dump(), gnuplot(), and Plot2d().
Pointer to GNUcurve object.
Definition at line 141 of file gnugraph.h. Referenced by addcurve(), dump(), gnuplot(), Plot2d(), and ~Plot2d().
The documentation for this class was generated from the following files: |
ROBOOP v1.21a |
Generated Thu Nov 22 00:51:35 2007 by Doxygen 1.5.4 |