libpgplotxx.a (C++ interface to PGPLOT)

◆ subp()

basic_device& pgplot::basic_device::subp ( int  nxsub,
int  nysub 
)
inlineinherited

subdivide view surface into panels

Definition at line 454 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by main().

455  { this->select(); cpgsubp(nxsub, nysub); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: