axis Class Reference
#include <axes.h>
Public Member Functions | |
axis () | |
void | set_range (const float vmin, const float vmax) |
void | set_label (const std::string &label) |
void | clear () |
const std::string & | label () const |
float | min () const |
float | max () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, const axis &data) |
std::istream & | operator>> (std::istream &in, axis &data) |
Detailed Description
Single axis of a plot
Constructor & Destructor Documentation
|
inline |
Constructor
Member Function Documentation
|
inline |
Clear the axis
|
inline |
Set the label of the axis
- Parameters
-
label text label
|
inline |
Set the limits of the axis
- Parameters
-
vmin minimum value vmax maximum value
Friends And Related Function Documentation
|
friend |
|
friend |
The documentation for this class was generated from the following file:
- /io/interop/model/plot/axes.h