libpgplotxx.a (C++ interface to PGPLOT)

◆ move() [2/2]

basic_device& pgplot::basic_device::move ( const Tcoor c)
inlineinherited

move plot position

Definition at line 224 of file basicdevice.h.

References pgplot::basic_device::move(), pgplot::Tcoor::x, and pgplot::Tcoor::y.

Referenced by pgplot::basic_device::move().

224 { return(this->move(c.x, c.y)); }
basic_device & move(const float &x, const float &y)
move plot position
Definition: basicdevice.h:221
Here is the call graph for this function:
Here is the caller graph for this function: