Hi Patrick.Thank you for the report. What a surprising behavior! We'll certainly get that fixed.
Ansley On 4/25/2013 2:53 AM, Patrick Brockmann wrote:
Hi all,
With 8.42 release, I cannot plot a time variable with zero values
Try :
yes? use monthly_navy_winds.cdf
yes? plot UWND[i=30,j=23]
==> OK
then
yes? plot UWND[i=30,j=23]*0
==> ferret window stays empty
Simplest test
yes? plot {10,20,45,23}
==> OK
yes? plot {0,0,0,0}
==> ferret window stays empty
Thanks
Patrick