Source: dataset/spect/spect_dataset__set_scaling.pro
spect_dataset::set_scaling
Set up the plot scaling options on a spect dataset.
Usage:
dsid->set_scaling, rmin, rmax[, emin, emax]
Arguments:
rmin float The minimum rate (flux) to plot
rmax float The maximum rate (flux) to plot
emin float The lowest energy to plot.
emax float The highest energy to plot.
Keywords:
automatic If set, then scale each plot panel
individually, based on its range of values.
uniform If set, then scale all panels the same, using
the actual range of data.
elinear Set the linear/log flag for the E axis
rlinear Set the linear/log flag for the flux axis.
History:
Original (after rate) : 15/3/00; SJT
Add log/linear flags: 2/5/02; SJT