libpgplotxx.a (C++ interface to PGPLOT)

◆ setlw()

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

set linewidth

Definition at line 89 of file xpgplotxx.h.

90  { Mflags=(Mflags | Flw); Mlw=lw; return(*this); }
int Mlw
line width
Definition: xpgplotxx.h:127
int Mflags
flags
Definition: xpgplotxx.h:129