#include <plplot_graph.h>
Public Member Functions | |
| void | DynamicScaleEnv (std::vector< t_posePtr > &path, plshape shape_) |
| void | Env () |
| void | Label () |
| void | Plot () |
| void | SetColor (plcolors color_) |
| void | SetEnv (double xmin_, double xmax_, double ymin_, double ymax_) |
| void | SetLabel (string x_label_, string y_label_, string title_) |
| void | SetSize (uint size) |
| void | SetXLinspace (double min, double max, uint size) |
| singlePlot (uint id_) | |
Public Attributes | |
| uint | allocated_size |
| plcolors | color |
| bool | do_not_draw |
| double | ex_timestamp |
| uint | id |
| uint | Lsize |
| plshape | shape |
| string | title |
| double * | x |
| string | x_label |
| double | xmax |
| double | xmin |
| double * | y |
| string | y_label |
| double | ymax |
| double | ymin |
Definition at line 58 of file plplot_graph.h.
| singlePlot::singlePlot | ( | uint | id_ | ) |
Definition at line 34 of file plplot_graph.cpp.
Definition at line 74 of file plplot_graph.cpp.
| void singlePlot::Env | ( | ) |
Definition at line 132 of file plplot_graph.cpp.
| void singlePlot::Label | ( | ) |
Definition at line 156 of file plplot_graph.cpp.
| void singlePlot::Plot | ( | ) |
Definition at line 174 of file plplot_graph.cpp.
| void singlePlot::SetColor | ( | plcolors | color_ | ) |
Definition at line 46 of file plplot_graph.cpp.
| void singlePlot::SetEnv | ( | double | xmin_, |
| double | xmax_, | ||
| double | ymin_, | ||
| double | ymax_ | ||
| ) |
Definition at line 66 of file plplot_graph.cpp.
| void singlePlot::SetLabel | ( | string | x_label_, |
| string | y_label_, | ||
| string | title_ | ||
| ) |
Definition at line 149 of file plplot_graph.cpp.
| void singlePlot::SetSize | ( | uint | size | ) |
Definition at line 161 of file plplot_graph.cpp.
| void singlePlot::SetXLinspace | ( | double | min, |
| double | max, | ||
| uint | size | ||
| ) |
Definition at line 51 of file plplot_graph.cpp.
| uint singlePlot::allocated_size |
Definition at line 65 of file plplot_graph.h.
| plcolors singlePlot::color |
Definition at line 79 of file plplot_graph.h.
| bool singlePlot::do_not_draw |
Definition at line 71 of file plplot_graph.h.
| double singlePlot::ex_timestamp |
Definition at line 81 of file plplot_graph.h.
| uint singlePlot::id |
Definition at line 61 of file plplot_graph.h.
| uint singlePlot::Lsize |
Definition at line 64 of file plplot_graph.h.
| plshape singlePlot::shape |
Definition at line 77 of file plplot_graph.h.
| string singlePlot::title |
Definition at line 73 of file plplot_graph.h.
| double* singlePlot::x |
Definition at line 62 of file plplot_graph.h.
| string singlePlot::x_label |
Definition at line 74 of file plplot_graph.h.
| double singlePlot::xmax |
Definition at line 68 of file plplot_graph.h.
| double singlePlot::xmin |
Definition at line 67 of file plplot_graph.h.
| double* singlePlot::y |
Definition at line 63 of file plplot_graph.h.
| string singlePlot::y_label |
Definition at line 75 of file plplot_graph.h.
| double singlePlot::ymax |
Definition at line 70 of file plplot_graph.h.
| double singlePlot::ymin |
Definition at line 69 of file plplot_graph.h.