libpgplotxx.a (C++ interface to PGPLOT)

◆ shrinkf()

Trect& pgplot::Trect::shrinkf ( const Trect rect)
inline

fractional shrink/expand

Definition at line 169 of file structs.h.

References pgplot::Trange::shrinkf(), x, and y.

Referenced by pgplot::Tpanel::setvp(), and pgplot::Tpanel::Tpanel().

170  { x.shrinkf(rect.x); y.shrinkf(rect.y); return(*this); }
Trange x
coordinate ranges
Definition: structs.h:132
Trange y
Definition: structs.h:132
Trange & shrinkf(const Trange &range)
fractional shrink/extend
Definition: structs.h:73
Here is the call graph for this function:
Here is the caller graph for this function: