libpgplotxx.a (C++ interface to PGPLOT)

◆ env() [2/2]

basic_device& pgplot::basic_device::env ( const Trect  rect,
const int &  just = 0,
const int &  axis = 0 
)
inlineinherited

define PGPLOT window and axis

Definition at line 162 of file basicdevice.h.

References pgplot::basic_device::axis(), pgplot::basic_device::env(), pgplot::Trange::min, pgplot::basic_device::rect(), and pgplot::Trect::x.

164  {
165  return(this->env(rect.x.min, rect.x.max, rect.y.min, rect.y.max,
166  just, axis));
167  }
basic_device & rect(const float &x1, const float &x2, const float &y1, const float &y2)
plot rectangle (cf. poly)
Definition: basicdevice.h:371
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
basic_device & env(const float &xmin, const float &xmax, const float &ymin, const float &ymax, const int &just=0, const int &axis=0)
define PGPLOT window and axis
Definition: basicdevice.h:153
Here is the call graph for this function: