libpgplotxx.a (C++ interface to PGPLOT)

◆ env() [1/2]

basic_device& pgplot::basic_device::env ( const float &  xmin,
const float &  xmax,
const float &  ymin,
const float &  ymax,
const int &  just = 0,
const int &  axis = 0 
)
inlineinherited

define PGPLOT window and axis

Definition at line 153 of file basicdevice.h.

References pgplot::basic_device::axis(), and pgplot::basic_device::select().

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

156  {
157  this->select();
158  cpgenv(xmin, xmax, ymin, ymax, just, axis);
159  return(*this);
160  }
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)
plot arbitrary axis
Definition: basicdevice.h:83
Here is the call graph for this function:
Here is the caller graph for this function: