libpgplotxx.a (C++ interface to PGPLOT)

◆ updt()

basic_device& pgplot::basic_device::updt ( void  )
inlineinherited

update plot (in buffering mode)

Definition at line 502 of file basicdevice.h.

References pgplot::basic_device::select().

503  { this->select(); cpgupdt(); return(*this); }
Here is the call graph for this function: