jit.plot clearit with time delay?
hi,
I'm plotting 2d data using jit.plot with @clearit 1. Is there a way to make the points go away but only after some time? Ideally fading away slowly?
I suppose this can be done with some gl function with blend_enable, but unfortunately there is no jit.gl.plot, only jit.gl.graph which I cannot get to plot 2d data.
Any help appreciated!
hi yaco.. you can try jit.slide with a high value for slide_down parameter or also jit.wake
cheers!
hi carsol,
jit.slide with slide_down was exactly what i was looking for!
thanks so much!