libpgplotxx.a (C++ interface to PGPLOT)

◆ line()

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

draw an open polygon

Definition at line 218 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::basic_device::axis().

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