libpgplotxx.a (C++ interface to PGPLOT)

◆ wnad() [1/2]

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

set world coordinates and adjust viewport to same aspect ratio

Definition at line 544 of file basicdevice.h.

References pgplot::basic_device::select().

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

546  { this->select(); cpgwnad(x1, x2, y1, y2); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: