Source: stream/rate/rate_stream__plot_raw.pro
rate_stream::plot_raw Plot the raw data of a rates stream (intended for use by the editor). Usage: strref -> plot_raw_data[, tbounds, yrange=yrange, $ sector=sector] Argument: tbounds double input The time range to display (julian day numbers) Keywords: yrange float input The range of y-values to show. sector int input The sector to show -- note that this is an index into the rates array rather than a sector number. ylog int input If the stream can be plotted on a log-axis it will be, set this to zero to force a linear scaling. ***** input It will also accept any other keywords accepted by TIMEBOX. t_offset double output The offset used in plotting the JD's History: Original: 14/2/01; SJT Add t_offset output key: 15/2/01; SJT