libpgplotxx.a (C++ interface to PGPLOT)

◆ Tboxstyle()

pgplot::Tboxstyle::Tboxstyle ( const bool &  tbox = false)

default constructor is not very interesting

Parameters
tboxsupports TBOX elements if true (this is the only place to activate time scales)

Definition at line 205 of file xpgplotxx.cc.

205  :
206  Mgridflags(Fhvselect), Mgridstyle(1, 4, 1),
207  Mframeflags(Frltbselect), Mframestyle(3, 1, 1) ,
208  Maxisflags(Fnone), Maxisstyle(1, 1, 1) ,
211  Mxtick(0.), Mytick(0.), Mxticksub(0), Myticksub(0),
212  Mticksstyle(1, 1, 1) ,
214  Mylabelflags(Fselect), Mlabelstyle(1, 1, 1),
215  Mtbox(tbox),
216  Mxtimeflags(Fnone),
218  { }
bool Mtbox
is a TBOX
Definition: xpgplotxx.h:540
int Mytimeflags
is a TBOX
Definition: xpgplotxx.h:542
Tlinestyle Maxisstyle
axis linestyle
Definition: xpgplotxx.h:514
Tlinestyle Mframestyle
frame linestyle
Definition: xpgplotxx.h:506
int Mxtickflags
tick options
Definition: xpgplotxx.h:520
int Mgridflags
has grid
Definition: xpgplotxx.h:496
int Mxlabelflags
label options
Definition: xpgplotxx.h:532
major (tick marks)
Definition: xpgplotxx.h:361
Tlinestyle Mgridstyle
grid linestyle
Definition: xpgplotxx.h:498
Tlinestyle Mticksstyle
ticks linestyle
Definition: xpgplotxx.h:526
Frltbselect (right, left, top, and bottom)
Definition: xpgplotxx.h:349
int Mylabelflags
label options
Definition: xpgplotxx.h:532
int Myticksub
tick options
Definition: xpgplotxx.h:524
int Mxticksub
tick subintervals
Definition: xpgplotxx.h:524
int Mytickflags
tick options
Definition: xpgplotxx.h:520
int Mxtimeflags
time scale options
Definition: xpgplotxx.h:542
float Mytick
tick options
Definition: xpgplotxx.h:522
setting selection flags
Definition: xpgplotxx.h:351
int Mframeflags
has frame
Definition: xpgplotxx.h:504
float Mxtick
major tick interval
Definition: xpgplotxx.h:522
minor (tick marks)
Definition: xpgplotxx.h:363
setting selection flags
Definition: xpgplotxx.h:341
Tlinestyle Mlabelstyle
labels linestyle
Definition: xpgplotxx.h:534
int Maxisflags
has axis
Definition: xpgplotxx.h:512