From: Michael H. <mh...@al...> - 2011-07-17 05:25:40
|
On 07/17/2011 05:03 AM, tony wrote: > I'm using gnuplot-py to monitor data from a serial port, and it works > fine while the main python program is running. But I would like to keep > the plot open after python closes - is that possible? I can obviously > reopen the data file and reconstruct the plot, but it would be useful to > keep the original plot window open. g = Gnuplot.Gnuplot(persist=True) , if your platform supports it. Michael -- Michael Haggerty mh...@al... http://softwareswirl.blogspot.com/ |