Hi Cliff, The Gnuplot errors you see can be fixed by (I believe) upgrading your PDL::Graphics::Gnuplot to the latest git version (https://github.com/drzowie/PDL-Graphics-Gnuplot you can just download a .zip of the archive ....I don't think the latest CPAN version has the fixes yet). I got those same errors on my Mac, & so did Rob on his Windows box, and we both fixed them that way.
As for PLplot, you should somewhere have a libplplotd.11.dll or similar. That would tell you that the PLplot library is installed. (I have a file /opt/local/share/plplot5.9.9/cmap0_default.pal, but I don't know where things go on Windows.) Presumably if that is installed then you also have PDL::Graphics::PLplot installed, if the library could be found in a standard place during install--there should be a PDL/Graphics/PLplot.pm somewhere in your Perl @INC. best, Derek On Mar 22, 2013, at 2:21 PM, Clifford Sobchuk wrote: > Hi Craig. I tried to install via cpan on Strawberry Perl 16.2 64 bit. > Attached is the output file. The PLPlot failures - I don't know if I have the > required libraries for it to run, the module is there but I have no idea what > to look for to know if the graphics drivers are installed. > > Hopefully the log file is useful. > > Thanks, Cliff. > -----Original Message----- > From: Craig DeForest [mailto:[email protected]] > Sent: March 14, 2013 8:15 AM > To: [email protected] list > Subject: [Perldl] PDL::Graphics::Simple: CPAN module for simplified, > module-independent plotting > > I am pleased to announce PDL::Graphics::Simple, an auxiliary module you can > get through CPAN. P::G::S provides a simplified, unified plotting API that > is accessible through PGPLOT, PLplot, or Gnuplot. Scripts that use P::G::S > instead of one of those modules are more portable, because they will run (and > produce useful plots) on whatever plotting package happens to be installed on > the end user's system. > > The PDL::Graphics::Simple API is specifically designed to look-and-feel > familiar to users of any of the three main modules. > > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > <pdl-graphics-simple_install-output.log>_______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
