libpgplotxx.a (C++ interface to PGPLOT)

◆ axis() [1/2]

basic_device& pgplot::basic_device::axis ( const char *  opt,
const float &  x1,
const float &  y1,
const float &  x2,
const float &  y2,
const float &  v1,
const float &  v2,
const float &  step,
const int &  nsub,
const float &  dmajl,
const float &  dmajr,
const float &  fmin,
const float &  disp,
const float &  orient 
)
inlineinherited

plot arbitrary axis

Definition at line 83 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::basic_device::axis(), and pgplot::basic_device::env().

89  {
90  this->select();
91  cpgaxis(opt, x1, y1, x2, y2, v1, v2, step, nsub,
92  dmajl, dmajr, fmin, disp, orient);
93  return(*this);
94  }
Here is the call graph for this function:
Here is the caller graph for this function: