libpgplotxx.a (C++ interface to PGPLOT)

◆ bcut()

Trect& pgplot::Trect::bcut ( const float &  fraction)
inline

absolute cut at bottom edge

Definition at line 166 of file structs.h.

References pgplot::Trange::lcut(), and y.

167  { y.lcut(fraction); return(*this); }
Trange y
Definition: structs.h:132
Trange & lcut(const float &value)
absolute cut at lower edge
Definition: structs.h:99
Here is the call graph for this function: