libpgplotxx.a (C++ interface to PGPLOT)

◆ err1()

basic_device& pgplot::basic_device::err1 ( const int &  dir,
const float &  x,
const float &  y,
const float &  e,
const float &  t 
)
inlineinherited

plot single error bar

Definition at line 172 of file basicdevice.h.

References pgplot::basic_device::select().

175  { this->select(); cpgerr1(dir, x, y, e ,t); return(*this); }
Here is the call graph for this function: