From: Alan W. I. <ai...@us...> - 2001-04-08 19:39:03
|
Update of /cvsroot/plplot/plplot/examples/python In directory usw-pr-cvs1:/tmp/cvs-serv5653 Modified Files: xw02.py Log Message: reorder function calls to do exactly what x02c.c does. In particular drop extra plbop at end that was generating an extra empty file for the png driver in familying mode. Also use same plwid argument as in the C example and move two commands out of inner loop. Result: no extra empty file in familying mode, exact agreement between xw02.py and x02c for the psc driver. |