You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by @AnsleyManke on 15 Oct 2010 22:19 UTC
Reported by Ned Cokelet. When a time axis has more than 25000 points, a SHADE plot with the time axis horizontal results in a blank, or mostly-blank plot. If the time axis is horizontal, then the plot is correct.
If the axis is < 25000 points long everything works fine.
The bug is not limited to time axes. A long X axis plotted in the horizontal direction does the same thing.
define axis/t=1:25021:1/t0=1-jan-2000/units=minutes longtime
define axis/y=1:300:1 yax
let jj = j[gy=yax]
let LL = l[gt=longtime]
let var = 30*randu(jj) + 10*randu(LL)
set win/asp=1.5
set view upper
shade/title="T axis 25021 points, time axis horizontal" var
set view lower
shade/title="Same variable plotted with SHADE/TRANS"/trans var
Reported by @AnsleyManke on 15 Oct 2010 22:19 UTC
Reported by Ned Cokelet. When a time axis has more than 25000 points, a SHADE plot with the time axis horizontal results in a blank, or mostly-blank plot. If the time axis is horizontal, then the plot is correct.
Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/1760
The text was updated successfully, but these errors were encountered: