libpgplotxx.a (C++ interface to PGPLOT)

◆ gwedg()

basic_device& pgplot::basic_device::gwedg ( const Trange range,
const char *  label = "value",
const float &  disp = 0.3,
const float &  width = 3.0,
const char *  side = "RG" 
)
inlineinherited

annotate an image plot with a wedge

Definition at line 537 of file basicdevice.h.

References pgplot::Trange::max, pgplot::Trange::min, and pgplot::basic_device::wedg().

Referenced by main().

542  { return(this->wedg(side, disp, width, range.min, range.max, label)); }
basic_device & wedg(const char *side, const float &disp, const float &width, const float &fg, const float &bg, const char *label)
annotate an image plot with a wedge
Definition: basicdevice.h:521
Here is the call graph for this function:
Here is the caller graph for this function: