libpgplotxx.a (C++ interface to PGPLOT)

◆ ptxt()

basic_device& pgplot::basic_device::ptxt ( const float &  x,
const float &  y,
const float &  angle,
const float &  fjust,
const char *  text 
)
inlineinherited

write text at arbitraty position

Definition at line 262 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::Ttext::print().

265  { this->select(); cpgptxt(x, y, angle, fjust, text); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: