From: dominik b. <dom...@un...> - 2007-06-29 06:27:21
|
Dear list, Since I am a plplot-newbie, this is probably a newbie question. Anyway, I am looking for the following feature: From a running program I would like to visualize in which way a vector changes during runtime, i.e. this vector is changed in a for-loop and I will plot this vector each time it is changed. Question: Is it possible to draw the vector with plplot to a screen-device (yes it is:) ) and conserve this plot during my code calculates the new values for the vector, and then draw the new graphic to the same screen-device? Any tips are warmly welcome! Dominik |