libpgplotxx.a (C++ interface to PGPLOT)

◆ issuecommand()

void pgplot::Tboxstyle::issuecommand ( basic_device dev,
const Tlinestyle linestyle,
const char *  xopt,
const char *  yopt 
) const
private

issue appropriate box command

issue appropriate box or axis command

Definition at line 286 of file xpgplotxx.cc.

References Mtbox, Mxtick, Mxticksub, Mytick, and Myticksub.

Referenced by apply().

290  {
291  if (Mtbox)
292  {
293  linestyle(dev).tbox(xopt,Mxtick,Mxticksub,
294  yopt,Mytick,Myticksub);
295  }
296  else
297  {
298  linestyle(dev).box(xopt,Mxtick,Mxticksub,
299  yopt,Mytick,Myticksub);
300  }
301  } // void Tboxstyle::issuecommand
bool Mtbox
is a TBOX
Definition: xpgplotxx.h:540
int Myticksub
tick options
Definition: xpgplotxx.h:524
int Mxticksub
tick subintervals
Definition: xpgplotxx.h:524
float Mytick
tick options
Definition: xpgplotxx.h:522
float Mxtick
major tick interval
Definition: xpgplotxx.h:522
Here is the caller graph for this function: