|
Robowflex
v0.1
Making MoveIt Easy
|
Box plotting options. More...
#include <gnuplot.h>
Inheritance diagram for robowflex::IO::GNUPlotHelper::BoxPlotOptions:Public Attributes | |
| bool | outliers {true} |
| bool | sorted {true} |
| std::map< std::string, Values > | values |
| Map of names to data. More... | |
Public Attributes inherited from robowflex::IO::GNUPlotHelper::PlottingOptions | |
| std::string | instance {"default"} |
| std::string | title |
| Title of the plot. More... | |
| std::string | mode {"qt"} |
| Terminal mode for GNUPlot. More... | |
| Axis | x |
| X-axis parameters. More... | |
| Axis | y |
| Y-axis parameters. More... | |
| bool robowflex::IO::GNUPlotHelper::BoxPlotOptions::outliers {true} |
| bool robowflex::IO::GNUPlotHelper::BoxPlotOptions::sorted {true} |
| std::map<std::string, Values> robowflex::IO::GNUPlotHelper::BoxPlotOptions::values |