libpgplotxx.a (C++ interface to PGPLOT)

◆ rcut()

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

absolute cut at right edge

Definition at line 160 of file structs.h.

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

161  { x.hcut(fraction); return(*this); }
Trange x
coordinate ranges
Definition: structs.h:132
Trange & hcut(const float &value)
absolute cut at higher edge
Definition: structs.h:102
Here is the call graph for this function: