From: Alan W. I. <ai...@us...> - 2002-07-05 02:47:07
|
Update of /cvsroot/plplot/plplot/examples/python In directory usw-pr-cvs1:/tmp/cvs-serv11376 Modified Files: xw08.py Log Message: Insert pleop() before cmap1 restore so that on familied file output (which happens only at eop) we don't have last gray-scale plot using default cmap1 instead. The subsequent pleop immediately after this one made by the pladv of the next example will have no effect since the status is set to AT_EOP. All these complications to stop cross-talk between the examples are necessary because python and tcl call the various examples without reinitializing in between. Bottom line: I seem to have finally found the right way to do restoration of cmap1 to default. |