Robowflex  v0.1
Making MoveIt Easy
robowflex::IO::GNUPlotHelper::BoxPlotOptions Struct Reference

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, Valuesvalues
 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...
 

Detailed Description

Box plotting options.

Definition at line 72 of file gnuplot.h.

Member Data Documentation

◆ outliers

bool robowflex::IO::GNUPlotHelper::BoxPlotOptions::outliers {true}

Definition at line 74 of file gnuplot.h.

◆ sorted

bool robowflex::IO::GNUPlotHelper::BoxPlotOptions::sorted {true}

Definition at line 75 of file gnuplot.h.

◆ values

std::map<std::string, Values> robowflex::IO::GNUPlotHelper::BoxPlotOptions::values

Map of names to data.

Definition at line 76 of file gnuplot.h.


The documentation for this struct was generated from the following file: