Hi Suman- Did setting PLPLOT_LIB fix your problem? Another option would be to use the PPM/PPD packages for windows as a "quick start".
--Chris On Mon, Mar 3, 2014 at 6:44 AM, Suman Khanal <[email protected]> wrote: > Hi Chris, > > I have Strawberry perl 5.18.2 64 bit installed on my machine from > http://strawberryperl.com/. > And I installed PDL via cpanm. > e.g, cpanm PDL from command line and also other graphics module in similar > way. > Where could have I gone wrong? > > Any help please. > > Thanks > > Regards, > Suman > > > On Monday, 3 March 2014, 4:22, Chris Marshall <[email protected]> > wrote: > Hi Suman- > > It looks like your PDL/perl install is not correct/complete. > > PDL support is provided via the perldl mailing list so that > other users can benefit from the results via web search. > > See "Get Help?" on the PDL web page, http://pdl.perl.org > for how to join the list. I'll post to the list as a quick start... > > Regards, > Chris > > On Sun, Mar 2, 2014 at 12:01 PM, Suman Khanal <[email protected]> > wrote: >> >> >> On Sunday, 2 March 2014, 22:38, Suman Khanal <[email protected]> >> wrote: >> Hi there, >> >> Loads of thanks for your wonderful masterpiece PDL. >> I tried to go through PDL book and practice the codes in the book. >> I have installed PDL::Graphics::PLplot, PDL::Graphics::PGPLOT and >> PDL::Graphics::Prima via command line. >> After installation, when I type cpanm PDL::Graphics::PLplot and others, >> cmd >> line says its up-to-date. >> But when I run the code in your book: >> use PDL; >> use PDL::Graphics::Simple; >> imag (sin(rvals(200,200)+1)); >> >> I get the following error: >> Trying gnuplot (PDL::Graphics::Gnuplot)...nope >> Trying pgplot (PDL::Graphics::PGPLOT::Window)...nope >> Trying plplot (PDL::Graphics::PLplot)... >> *** PLPLOT WARNING *** >> Unable to open cmap0 file cmap0_default.pal >> >> >> *** PLPLOT ERROR, IMMEDIATE EXIT *** >> Unable to either (1) open/find or (2) allocate memory for the font file >> Program aborted >> ok >> >> *** PLPLOT WARNING *** >> Unable to open cmap0 file cmap0_default.pal >> >> >> *** PLPLOT ERROR, IMMEDIATE EXIT *** >> Unable to either (1) open/find or (2) allocate memory for the font file >> Program aborted >> >> >> I use Eclipse with plugin. >> When I use perldl shell if I type above code the shell exits itself. >> >> Please help me. >> I am a newbie with basic perl programming knowledge, >> So if you explain me step by step, I would be greatly relieved. >> >> Thanks for your time. >> >> The other thing I want to request you is about making PDL courses with >> real >> world data analysis with PDL::Stats in MOOC platform like udacity, edX, >> coursera. >> >> Recently udacity has launched pandas(python) data analysis >> course(Introduction to Data Science) in udacity for data analysis. There >> are >> many python courses in those platforms but not a single course in perl. >> Why we perl community cant do the same? >> I am much worried. >> >> Best regards, >> Suman >> >> >> >> >> >> > > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
