libpgplotxx.a (C++ interface to PGPLOT)

◆ lcutf()

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

fractional cut at left edge

Definition at line 145 of file structs.h.

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

146  { x.lcutf(fraction); return(*this); }
Trange & lcutf(const float &fraction)
fractional cut at lower edge
Definition: structs.h:93
Trange x
coordinate ranges
Definition: structs.h:132
Here is the call graph for this function: