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

Time series plotting options. More...

#include <gnuplot.h>

+ Inheritance diagram for robowflex::IO::GNUPlotHelper::TimeSeriesOptions:

Public Attributes

std::map< std::string, Seriespoints
 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...
 

Detailed Description

Time series plotting options.

Definition at line 60 of file gnuplot.h.

Member Data Documentation

◆ points

std::map<std::string, Series> robowflex::IO::GNUPlotHelper::TimeSeriesOptions::points

Map of names to time series data.

Definition at line 62 of file gnuplot.h.


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