Robowflex
v0.1
Making MoveIt Easy
|
Time series plotting options. More...
#include <gnuplot.h>
Public Attributes | |
std::map< std::string, Series > | points |
Map of names to time series 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... | |
std::map<std::string, Series> robowflex::IO::GNUPlotHelper::TimeSeriesOptions::points |