libpgplotxx.a (C++ interface to PGPLOT)

◆ vsiz() [2/2]

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

set viewport (view area - here: in inches)

Definition at line 515 of file basicdevice.h.

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

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