libpgplotxx.a (C++ interface to PGPLOT)

◆ rcutf()

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

fractional cut at right edge

Definition at line 148 of file structs.h.

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

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