libpgplotxx.a (C++ interface to PGPLOT)

◆ ask() [1/2]

basic_device& pgplot::basic_device::ask ( const Logical &  flag)
inlineinherited

ask before clearing page? (Logical version)

Definition at line 77 of file basicdevice.h.

References pgplot::basic_device::select().

78  { this->select(); cpgask(flag); return(*this); }
Here is the call graph for this function: