libpgplotxx.a (C++ interface to PGPLOT)

◆ panl()

basic_device& pgplot::basic_device::panl ( int  nxc,
int  nyc 
)
inlineinherited

switch to a different panel on the view surface

Definition at line 241 of file basicdevice.h.

References pgplot::basic_device::select().

242  { this->select(); cpgpanl(nxc, nyc); return(*this); }
Here is the call graph for this function: