#include <axes.h>
void set_range |
( |
const float |
xmin, |
|
|
const float |
xmax, |
|
|
const float |
ymin, |
|
|
const float |
ymax |
|
) |
| |
|
inline |
Set the limits of the axis
- Parameters
-
xmin | minimum value |
xmax | maximum value |
ymin | minimum value |
ymax | maximum value |
void set_xaxis |
( |
const axis & |
xaxes | ) |
|
|
inline |
Set the X-axis
- Parameters
-
void set_xlabel |
( |
const std::string & |
label | ) |
|
|
inline |
Set the label of the X-axis
- Parameters
-
void set_xrange |
( |
const float |
vmin, |
|
|
const float |
vmax |
|
) |
| |
|
inline |
Set the limits of the X-axis
- Parameters
-
vmin | minimum value |
vmax | maximum value |
void set_yaxis |
( |
const axis & |
yaxes | ) |
|
|
inline |
Set the Y-axis
- Parameters
-
void set_ylabel |
( |
const std::string & |
label | ) |
|
|
inline |
Set the label of the Y-axis
- Parameters
-
void set_yrange |
( |
const float |
vmin, |
|
|
const float |
vmax |
|
) |
| |
|
inline |
Set the limits of the Y-axis
- Parameters
-
vmin | minimum value |
vmax | maximum value |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const axes & |
data |
|
) |
| |
|
friend |
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
axes & |
data |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: