libpgplotxx.a (C++ interface to PGPLOT)

◆ lcut()

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

absolute cut at left edge

Definition at line 157 of file structs.h.

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

158  { x.lcut(fraction); return(*this); }
Trange x
coordinate ranges
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: