libpgplotxx.a (C++ interface to PGPLOT)

◆ svp() [1/2]

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

set viewport (view area)

Definition at line 457 of file basicdevice.h.

References pgplot::basic_device::select().

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

459  {
460  this->select();
461  cpgsvp(xleft, xright, ybot, ytop);
462  return(*this);
463  }
Here is the call graph for this function:
Here is the caller graph for this function: