libpgplotxx.a (C++ interface to PGPLOT)

◆ setls()

Tlinestyle& pgplot::Tlinestyle::setls ( const int &  ls)
inline

set linestyle

Definition at line 92 of file xpgplotxx.h.

References Fls, Mflags, and Mls.

93  { Mflags=(Mflags | Fls); Mls=ls; return(*this); }
int Mls
line style
Definition: xpgplotxx.h:123
int Mflags
flags
Definition: xpgplotxx.h:129