libpgplotxx.a (C++ interface to PGPLOT)

◆ setci()

Tlinestyle& pgplot::Tlinestyle::setci ( const int &  ci)
inline

set color index

Definition at line 95 of file xpgplotxx.h.

References Fci, Mci, and Mflags.

96  { Mflags=(Mflags | Fci); Mci=ci; return(*this); }
int Mci
color index
Definition: xpgplotxx.h:125
int Mflags
flags
Definition: xpgplotxx.h:129