libpgplotxx.a (C++ interface to PGPLOT)

◆ tcutf()

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

fractional cut at top edge

Definition at line 151 of file structs.h.

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

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