Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
irek
Posted - 01/10/2003 : 11:32:18 AM New qustion. :( Could someone explain what does it mean "animate mode" of plots? I am trying to plot data in real time and use as example the IsingModel.C from Samples. But my program doesn't plot data in real time. I update the plot from my program with next method:
Dataset::Update Prototype: PUBLIC void Update(BOOL bFromOrigin, int mode = -1) ... REDRAW_REALTIME_SCOPE this is used to do realtime drawing for the entire range of data. To see effect in plots, must set dataplots to animate mode
So, what does it mean animated mode? How to plot data in real time? Thank you in advance!