libpgplotxx.a (C++ interface to PGPLOT)

◆ gray()

basic_device& pgplot::basic_device::gray ( const float *  a,
int  idim,
int  jdim,
int  i1,
int  i2,
int  j1,
int  j2,
float  fg,
float  bg,
const float *  tr 
)
inlineinherited

plot gray scale image

Definition at line 188 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by pgplot::pgaff::gray().

191  {
192  this->select();
193  cpggray(a, idim, jdim, i1, i2, j1, j2, fg, bg, tr);
194  return(*this);
195  }
Here is the call graph for this function:
Here is the caller graph for this function: