From: Alan W. I. <ir...@be...> - 2006-09-29 16:58:49
|
> Thanks, Hazen! That's what I was looking for! > I've found it in "The PLplot Plotting Library / Programmer's > Reference Manual - by MJ LeBrun & G. Furnish" > but this manual is C&Fortran oriented and plfill is only descibe with > the "n" argument which refers to the vertices to be applied in > the polygon. > > Do anyone know a more PDL oriented reference manual? (the description > of the module in cpan is a bit rough...) I don't think there is one. I agree our manual (most up-to-date version is at http://plplot.sourceforge.net/docbook-manual/plplot-html-5.6.1/) is currently oriented toward C, fortran 77 (and Tcl/Tk) and needs lots of work in describing all our other computer language interfaces. Currently our best documentation of the Fortran 95, Python, Java, and Perl/PDL interfaces to PLplot is through our set of working examples in the examples sub-directory of our tarball and also available at http://plplot.sourceforge.net/examples/index.html. In general all those mentioned language interfaces are essentially identical to the well-documented C interface except that the redundant array dimensions have been dropped from argument lists (as you can see also from looking at the examples). Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |