libpgplotxx.a (C++ interface to PGPLOT)

◆ rect() [1/2]

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

plot rectangle (cf. poly)

Definition at line 371 of file basicdevice.h.

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

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