libpgplotxx.a (C++ interface to PGPLOT)

◆ swin() [2/2]

basic_device& pgplot::basic_device::swin ( const Trect win)
inlineinherited

set window (world coordinate range)

Definition at line 476 of file basicdevice.h.

References pgplot::Trange::max, pgplot::Trange::min, pgplot::basic_device::swin(), pgplot::Trect::x, and pgplot::Trect::y.

477  { return(this->swin(win.x.min, win.x.max,win.y.min,win.y.max)); }
basic_device & swin(const float &x1, const float &x2, const float &y1, const float &y2)
set window (world coordinate range)
Definition: basicdevice.h:468
Here is the call graph for this function: