libpgplotxx.a (C++ interface to PGPLOT)

◆ vsiz() [1/2]

basic_device& pgplot::basic_device::vsiz ( const float &  xleft,
const float &  xright,
const float &  ybot,
const float &  ytop 
)
inlineinherited

set viewport (view area - here: in inches)

Definition at line 511 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::basic_device::vsiz().

513  { this->select(); cpgvsiz(xleft, xright, ybot, ytop); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: