Dima - I cloned your repo and tried running tst.pl. I got a bunch of errors like this:
--------%<-------- Cannot open load file '--persist' line 0: util.c: No such file or directory --------%<-------- The funny thing is that the number of such errors varied from run to run. Unfortunately, I never got anything to plot. I am running Ubuntu 10.04 and gnuplot says it's at version 4.2 patchlevel 6. The gnuplot manpage doesn't say anything about '--persist' as far as I can tell, and I think that my version only wants X11 options and file names, no gnuplot options. Thoughts? David On Sun, Jun 12, 2011 at 5:26 PM, Dima Kogan <[email protected]> wrote: > Hi. I wrote a Gnuplot plotter for PDL. PDL::Graphics::Gnuplot is > currently at https://github.com/dkogan/PDL-Graphics-Gnuplot . I'd like > to give this list a chance to comment before pushing this up to CPAN. > The code is complete, for the most part. There are some improvements > that I will make at some point, but those will be incremental. > Some improvements currently on the list: > > - More specialized API functions, as more convenient interfaces to plot(). For > example plot3d(...) could be shorthand for plot(3d => 1, ...) > - Better error handling by reading replies from the gnuplot child process > - Examples section in the POD > > Comments welcome. > > dima > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > -- Sent via my carrier pigeon. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
