libpgplotxx.a (C++ interface to PGPLOT)

◆ svp() [2/2]

basic_device& pgplot::basic_device::svp ( const Trect vp)
inlineinherited

set viewport (view area)

Definition at line 465 of file basicdevice.h.

References pgplot::Trange::max, pgplot::Trange::min, pgplot::basic_device::svp(), pgplot::Trect::x, and pgplot::Trect::y.

466  { return(this->svp(vp.x.min, vp.x.max,vp.y.min,vp.y.max)); }
basic_device & svp(const float &xleft, const float &xright, const float &ybot, const float &ytop)
set viewport (view area)
Definition: basicdevice.h:457
Here is the call graph for this function: