libpgplotxx.a (C++ interface to PGPLOT)

◆ bcutf()

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

fractional cut at bottom edge

Definition at line 154 of file structs.h.

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

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