libpgplotxx.a (C++ interface to PGPLOT)

◆ move() [1/2]

basic_device& pgplot::basic_device::move ( const float &  x,
const float &  y 
)
inlineinherited

move plot position

Definition at line 221 of file basicdevice.h.

References pgplot::basic_device::select().

222  { this->select(); cpgmove(x, y); return(*this); }
Here is the call graph for this function: