plot dense and large arrays, AGG limit?

July 26, 2004
1:40 p.m.
One would expect the following will fill up the plot window:
n=zeros(20000) n[::2]=1 plot(n)
The plot "stops" a little more than half way, as if it "runs out of ink". It happens on Linux as well as Solaris, using either numarray and Numeric, and both TkAgg and GTKAgg, but not GTK. Is this due to some AGG limitation? JC Hsu
7581
Age (days ago)
7581
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jin-chung Hsu