|
From: Alan W. I. <ai...@us...> - 2001-06-05 20:01:40
|
Update of /cvsroot/plplot/plplot/src
In directory usw-pr-cvs1:/tmp/cvs-serv23506/src
Modified Files:
plargs.c plcore.c
Log Message:
Remove plsportrait and plsfreeaspect. Instead, simply update pls(c)->portrait
and pls(c)->freeaspect wherever appropriate in the core and driver codes.
If it is desired to change these values from the public API where
pls(c)->portrait and pls(c)->freeaspect are not available, then use the
plSetOpt public API function instead, e.g., plSetOpt("portrait","");.
|