From: Alan W. I. <ai...@us...> - 2002-06-19 07:08:04
|
Update of /cvsroot/plplot/plplot/examples/python In directory usw-pr-cvs1:/tmp/cvs-serv25618/examples/python Modified Files: pythondemos.py Log Message: Make PLPlot constants available to python with their correct names (with PL_ prefix). Note, this is a change from the old python plplot constant names which did not have the PL_ prefix, but it shouldn't affect that many users since only argument parsing constants are involved which only the most sophisticated users would be using. Also change pythondemos.py to use the new constant names, i.e. change PARSE_FULL to PL_PARSE_FULL. |