libpgplotxx.a (C++ interface to PGPLOT)

◆ tcut()

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

absolute cut at top edge

Definition at line 163 of file structs.h.

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

164  { y.hcut(fraction); return(*this); }
Trange y
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: