libpgplotxx.a (C++ interface to PGPLOT)

◆ bin()

basic_device& pgplot::basic_device::bin ( const int &  nbin,
const float *  x,
const float *  data,
const Logical &  center 
)
inlineinherited

plot binning

Definition at line 110 of file basicdevice.h.

References pgplot::basic_device::select().

112  { this->select(); cpgbin(nbin, x, data, center); return(*this); }
Here is the call graph for this function: