|
From: Alan W. I. <ir...@be...> - 2004-02-11 03:12:57
|
On 2004-02-11 01:05+0100 Javier Galan Lacarra wrote:
> I can compiled tutor.c and i have created the file that needs it in the right
> way. However, i can`t see points united by lines as i think it must be as
> follows in the code:
>
> for (i = 0; i < M; i++) {
> plpoin(N, x, y[i], i + OFFSET);
> plline(N, x, y[i]);
> }
>
> Should i see points united by lines? Why i dont see then?
The quick answer is tutor.c is unmaintained at the moment. There have been
PLplot API changes, and tutor.c may well be a victim of that. Try the
x??c.c examples (which are well-maintained) instead to start.
If you decide to dig deeper into tutor.c and find what is wrong with it (by
comparing with the x??c.c examples or looking at our detailed documentation
at http://plplot.sourceforge.net/docbook-manual/), then please send me a
patch, and I will make the appropriate change in our code base.
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
__________________________
|