libpgplotxx.a (C++ interface to PGPLOT)

◆ gray() [3/3]

pgplot::basic_device & pgplot::pgaff::gray ( pgplot::basic_device dev,
const Tarray a,
const bool &  xisfirst 
)

function to plot gray image

Definition at line 89 of file affpgplot.cc.

References array_value_range(), gray(), and pgplot::basic_device::qwin().

92  {
93  Trect win;
94  dev.qwin(win);
95  Trange vrange=array_value_range(a);
96  gray(dev,a,vrange,xisfirst);
97  return(dev);
98  }
basic_device & qwin(float *x1, float *x2, float *y1, float *y2)
inquire window boundary coordinates
Definition: basicdevice.h:346
Trange array_value_range(const Tarray::Tcoc &a)
return range of values
Definition: affpgplot.cc:164
pgplot::basic_device & gray(pgplot::basic_device &dev, const Tarray &a, const bool &xisfirst)
function to plot gray image
Definition: affpgplot.cc:89
Here is the call graph for this function: