Source: stream/rate/rate_stream__set_yscale.pro
rate_stream::set_yscale
Set the scaling for a rate stream.
Usage:
strref -> set_yscale, range
Argument:
range float input The range of values to plot.
Keyword:
dataset If set, then take the scaling from the
dataset.
logarithmic Set whether to use logarithmic scaling for the
plot. 0 = linear, 1 = logarithmic, -1 = dataset.
Notes:
For homogeneous datasets, where several streams appear on one
panel, this setting is ignored.
History:
Original: 11/7/00; SJT
Add logarithmic option: 9/10/00; SJT