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

#include <gnuplot.h>

Public Attributes

std::string label
 Axis label. More...
 
double max = constants::nan
 Upper axis limit. If NaN, will auto-adjust. More...
 
double min = constants::nan
 Lower axis limit. If NaN, will auto-adjust. More...
 

Detailed Description

Definition at line 40 of file gnuplot.h.

Member Data Documentation

◆ label

std::string robowflex::IO::GNUPlotHelper::PlottingOptions::Axis::label

Axis label.

Definition at line 42 of file gnuplot.h.

◆ max

double robowflex::IO::GNUPlotHelper::PlottingOptions::Axis::max = constants::nan

Upper axis limit. If NaN, will auto-adjust.

Definition at line 43 of file gnuplot.h.

◆ min

double robowflex::IO::GNUPlotHelper::PlottingOptions::Axis::min = constants::nan

Lower axis limit. If NaN, will auto-adjust.

Definition at line 44 of file gnuplot.h.


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