libpgplotxx.a (C++ interface to PGPLOT)

◆ lab()

basic_device& pgplot::basic_device::lab ( const char *  xlbl,
const char *  ylbl,
const char *  toplbl 
)
inlineinherited

write labels

Definition at line 211 of file basicdevice.h.

References pgplot::basic_device::select().

212  { this->select(); cpglab(xlbl, ylbl, toplbl); return(*this); }
Here is the call graph for this function: