libpgplotxx.a (C++ interface to PGPLOT)

◆ box()

basic_device& pgplot::basic_device::box ( const char *  xopt,
float  xtick,
int  nxsub,
const char *  yopt,
float  ytick,
int  nysub 
)
inlineinherited

plot box around graph

Definition at line 114 of file basicdevice.h.

References pgplot::basic_device::select().

116  {
117  this->select();
118  cpgbox(xopt, xtick, nxsub, yopt, ytick, nysub);
119  return(*this);
120  }
Here is the call graph for this function: