libpgplotxx.a (C++ interface to PGPLOT)

◆ olin()

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

Definition at line 602 of file basicdevice.h.

References select().

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

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