libpgplotxx.a (C++ interface to PGPLOT)

◆ draw() [2/2]

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

draw line to position

Definition at line 148 of file basicdevice.h.

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

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

148 { return(this->draw(c.x, c.y)); }
basic_device & draw(const float &x, const float &y)
draw line to position
Definition: basicdevice.h:145
Here is the call graph for this function:
Here is the caller graph for this function: