libpgplotxx.a (C++ interface to PGPLOT)

◆ lcur()

basic_device& pgplot::basic_device::lcur ( int  maxpt,
int *  npt,
float *  x,
float *  y 
)
inlineprotected

Definition at line 598 of file basicdevice.h.

References select().

Referenced by pgplot::device::lcur().

599  { this->select(); cpglcur(maxpt, npt, x, y); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: