I managed to get a rolling display with a curve object (thanks to this
forum):
band = curve( x = arange(-20,20,0.01), y = 0, radius = 0.1,
color=color.white)
while1
p=I skipped the data input sequence here
band.y[:-1] = band.y[1:]
band.pos[-1] = (20,p,0)
But now I would like to do the same with a "gcurve" object, as this
would give a more "scope like" display with labels etc. I tried slicing
again, but unfortunately the gcurve object does not support the same
methods as the curve object.
Any ideas?
Thanks Mark
Send instant messages to your online friends http://uk.messenger.yahoo.com
|