08-21-2007 11:25 AM
08-21-2007 11:55 AM
You can prefilter the data going into the chart, put a minimum threshhold and replace the sub-th value with the minimum or 'nan' either way this should fool the rescale option. You can also turn off the autoscale and set the maximum y value to 1.2 x max value of your data and fix the minimum value.
Paul
08-21-2007 12:12 PM
08-21-2007 01:57 PM
One cool and little know trick is replace using a NAN, this will leave the plots discontinious that is it makes the filtered points not visible. Replacing the negative values with zero gives the impression that the values were zero as opposed to invalid values.
Paul
08-22-2007 06:31 AM