libpgplotxx.a (C++ interface to PGPLOT)

◆ mtxt()

basic_device& pgplot::basic_device::mtxt ( const char *  side,
const float &  disp,
const float &  coord,
const float &  fjust,
const char *  text 
)
inlineinherited

plot text outside viewport (for labels)

Definition at line 226 of file basicdevice.h.

References pgplot::basic_device::select().

228  {
229  this->select();
230  cpgmtxt(side, disp, coord, fjust, text);
231  return(*this);
232  }
Here is the call graph for this function: