libpgplotxx.a (C++ interface to PGPLOT)

◆ Tlinestyle() [2/4]

pgplot::Tlinestyle::Tlinestyle ( const int &  lw)
inline

linewidth constructor

Definition at line 78 of file xpgplotxx.h.

78  :
79  Mls(1), Mci(1), Mlw(lw), Mflags(Flw) { }
int Mlw
line width
Definition: xpgplotxx.h:127
int Mls
line style
Definition: xpgplotxx.h:123
int Mci
color index
Definition: xpgplotxx.h:125
int Mflags
flags
Definition: xpgplotxx.h:129