Leo wrote: > On 2010-05-31 01:49 +0100, Hazen Babcock wrote: >>> Ok, fixed in v11036. It should now behave like the qtwidget driver, >>> which does not actually call plexit(). The stream is not really >>> closed, but nothing can be plotted anymore so it at least appears >>> closed. In the case of the examples, what happens is that once you >>> click the close box all the subsequent plotting commands become >>> nop's. >> In v11041 I implemented the same approach for the xwin driver so it >> also no longer calls plexit(). > > Nice, more and more drivers are working. There's still one thing I quite > like about the aqt driver that I haven't seen in other drivers, that is, > after finishing drawing, the plot window becomes independent from the > environment, i.e. there's no thread waiting for the plot to exit. > > The drivers I have tried, qtwidget, xcairo, xwin all seem to have a > thread hanging there until user exit the plot window manually. In a > single-threaded lisp that means you can not have further interaction > with lisp unless you exit the plot window.
You might be able to do this with the xwin driver. It has support for multi-threading built into the driver, but I don't know how to take advantage. -Hazen ------------------------------------------------------------------------------ _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
