libpgplotxx.a (C++ interface to PGPLOT)

◆ pt()

basic_device& pgplot::basic_device::pt ( int  n,
const float *  xpts,
const float *  ypts,
int  symbol 
)
inlineinherited

draw a sequence of marker symbols

Definition at line 256 of file basicdevice.h.

References pgplot::basic_device::select().

257  { this->select(); cpgpt(n, xpts, ypts, symbol); return(*this); }
Here is the call graph for this function: