libpgplotxx.a (C++ interface to PGPLOT)

◆ swin() [1/2]

basic_device& pgplot::basic_device::swin ( const float &  x1,
const float &  x2,
const float &  y1,
const float &  y2 
)
inlineinherited

set window (world coordinate range)

Definition at line 468 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::basic_device::swin().

470  {
471  this->select();
472  cpgswin(x1, x2, y1, y2);
473  return(*this);
474  }
Here is the call graph for this function:
Here is the caller graph for this function: