From: Alan W. I. <ir...@be...> - 2002-03-05 17:59:41
|
For years plmodule.c has had a wrapper for plP_gvpw so that python users could get access to the world coordinate limits of the current viewport, and I have just received a well-justified request to wrap plP_gvpd so that python users could get access to the normalized device coordinate limits of the current viewport. I prefer to avoid special API for particular front ends as much as possible so accordingly, I have converted plP_gvpd and plP_gvpw to the common API functions plgvpd and plgvpw, wrapped both these common API functions for python, converted Plplot code to use the new common API names, and also provided access to the old names of everything to support legacy applications which depend on them. DocBook documentation to follow. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |