libpgplotxx.a (C++ interface to PGPLOT)

◆ scir()

basic_device& pgplot::basic_device::scir ( const int &  icilo,
const int &  icihi 
)
inlineinherited

set color index range

Definition at line 409 of file basicdevice.h.

References pgplot::basic_device::select().

410  { this->select(); cpgscir(icilo, icihi); return(*this); }
Here is the call graph for this function: