libpgplotxx.a (C++ interface to PGPLOT)

◆ poly()

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

draw polygonial line

Definition at line 253 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::Ttext::print(), and pgplot::Ttext::space().

254  { this->select(); cpgpoly(n, xpts, ypts); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: