Modules

 Axis
 

Functions

const std::string & xlabel () const
 
const std::string & ylabel () const
 
const axis & x () const
 
const axis & y () const
 

Detailed Description

Plot axes

See full class description

Function Documentation

const axis& x ( ) const
inline

Get the X-axis

Returns
axis
const std::string& xlabel ( ) const
inline

Get the label of the X-axis

Returns
X-axis text label
const axis& y ( ) const
inline

Get the Y-axis

Returns
axis
const std::string& ylabel ( ) const
inline

Get the label of the Y-axis

Returns
X-axis text label