Functions

x () const
 
y () const
 
max_value () const
 
min_value () const
 

Detailed Description

Point on a plot

See full class description

Function Documentation

X max_value ( ) const
inline

Get maximum y-value

Returns
maximum y-value
Y min_value ( ) const
inline

Get minimum y-value

Returns
minimum y-value
X x ( ) const
inline

Get the x-coordinate of the point

Returns
x-coordinate
Y y ( ) const
inline

Get the y-coordinate of the point

Returns
y-coordinate