NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Structure for the axes in plots. More...
#include <interval.hpp>
Public Attributes | |
std::string | sLabel |
std::string | sStyle |
Interval | ivl |
Structure for the axes in plots.
Definition at line 119 of file interval.hpp.
Interval Axis::ivl |
Definition at line 123 of file interval.hpp.
Referenced by Plot::CoordSettings(), Plot::defaultRanges(), PlotData::deleteData(), Plot::fitPlotRanges(), PlotData::getAddAxis(), hasSecAxisBox(), PlotData::reset(), PlotData::setAddAxis(), and PlotData::setParams().
std::string Axis::sLabel |
Definition at line 121 of file interval.hpp.
Referenced by Plot::CoordSettings(), PlotData::deleteData(), PlotData::getAddAxis(), PlotData::reset(), PlotData::setAddAxis(), and PlotData::setParams().
std::string Axis::sStyle |
Definition at line 122 of file interval.hpp.
Referenced by Plot::CoordSettings(), PlotData::deleteData(), PlotData::getAddAxis(), PlotData::reset(), and PlotData::setParams().