libpgplotxx.a (C++ interface to PGPLOT)

◆ wedg() [1/2]

basic_device& pgplot::basic_device::wedg ( const char *  side,
const float &  disp,
const float &  width,
const float &  fg,
const float &  bg,
const char *  label 
)
inlineinherited

annotate an image plot with a wedge

Definition at line 521 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::basic_device::gwedg(), and pgplot::basic_device::wedg().

525  {
526  this->select();
527  cpgwedg(side, disp, width, fg, bg, label);
528  return(*this);
529  }
Here is the call graph for this function:
Here is the caller graph for this function: