From: Kyle B. <kw...@ua...> - 2014-05-01 19:14:53
|
I've written a few plots where I like to use the no pause "np" with double buffering "db". Is there a way to stop the no pause feature? Suppose I had data that I wanted to continuously update and plot inside a loop, then when breaking out of the loop, have the plot stay static? I've been using the setopt("np",true") and setopt("db","true") to enable updating inside a loop. I've tried using resetopt and clearopt, as well as using setopt and setting np/db back to false, but have had no luck in being able to keep the plot up. I'm using c/c++, with mainly xwin and wxwidgets. Thanks, Kyle Bentley |