libpgplotxx.a (C++ interface to PGPLOT)

◆ wnad() [2/2]

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

set world coordinates and adjust viewport to same aspect ratio

Definition at line 548 of file basicdevice.h.

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

549  { return(this->wnad(win.x.min, win.x.max, win.y.min, win.y.max)); }
basic_device & wnad(const float &x1, const float &x2, const float &y1, const float &y2)
set world coordinates and adjust viewport to same aspect ratio
Definition: basicdevice.h:544
Here is the call graph for this function: