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

#include <gnuplot.h>

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

Classes

struct  Axis
 

Public Attributes

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

Definition at line 36 of file gnuplot.h.

Member Data Documentation

◆ instance

std::string robowflex::IO::GNUPlotHelper::PlottingOptions::instance {"default"}

Definition at line 38 of file gnuplot.h.

◆ mode

std::string robowflex::IO::GNUPlotHelper::PlottingOptions::mode {"qt"}

Terminal mode for GNUPlot.

Definition at line 48 of file gnuplot.h.

◆ title

std::string robowflex::IO::GNUPlotHelper::PlottingOptions::title

Title of the plot.

Definition at line 47 of file gnuplot.h.

◆ x

Axis robowflex::IO::GNUPlotHelper::PlottingOptions::x

X-axis parameters.

Definition at line 50 of file gnuplot.h.

◆ y

Axis robowflex::IO::GNUPlotHelper::PlottingOptions::y

Y-axis parameters.

Definition at line 51 of file gnuplot.h.


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