From: Alan W. I. <ir...@be...> - 2004-04-02 16:38:18
|
On 2004-04-02 20:19+0900 Valery Pipin wrote: > I found that the following piece of yplot code (at the end of message) > fails on this version of plplot but it works on 5.3.0-2.[...] > ####################### > plsdev,"xwin" > plspage,400,400,400,400,1,1 > plscolbg,255,255,255 > plinit; > pladv,0; > > plstick,3,1,1,1,2.,.5,2,1.5 > plwind,-1,0,-1.5,1.5 > pllsty,1 > plcol,7 > plcont,b,lbp,-x,y .... Hi Valery: I just rebuilt yplot on my own machine using the latest cvs version of PLplot. As you know, the yplot build includes building the documentation and running many example scripts to produce all the standard postscript plots. No problems were encountered during this build so the problem you have found is not triggered by the standard examples. Thus, I tried to verify the error with your specific yplot script, but it turns out that script is incomplete. For example, b, lbp, x, and y are undefined above (but there are other undefined quantities later in your script as well). I would like to figure out the source of the problem you have encountered so could you send me privately a complete yplot script that works for plplot-5.3.0, but not for the present plplot-5.3.0.cvs.20040324.tar.gz snapshot at http://plplot.sourceforge.net/cvs-tarball/ ? Thanks in advance. Alan __________________________ Alan W. Irwin email: ir...@be... phone: 250-727-2902 Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the 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 __________________________ |