libpgplotxx.a (C++ interface to PGPLOT)

◆ draw() [1/2]

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

draw line to position

Definition at line 145 of file basicdevice.h.

References pgplot::basic_device::select().

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