Great. This is now pushed up to github (http://github.com/drzowie/PDL-Graphics-Gnuplot), along with a minor fix to enumerated variables (e.g. you can abbreviate "radians").
On Oct 24, 2012, at 2:50 AM, Kaj Wiik wrote: > Hi! > > For the next release, could you also squash this one: > > e.g. angles => 'radians' and contour => 'base' produce: > > PDL::Graphics::Gnuplot: ERROR: the gnuplot backend issued an error: > gnuplot> set angles "radians" > ^ > line 0: expecting 'radians' or 'degrees' > at > /home/kjwiik/perl5/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/PDL/Graphics/Gnuplot.pm > line 6088. > > Diff attached. > > Thanks, > Kaj > > > On Wed, Oct 24, 2012 at 7:39 AM, Craig DeForest > <[email protected]> wrote: >> Rats. I though we'd ironed out Win32 stuff with this release. At least it >> doesn't look too hard to fix :-) >> >> >> On Oct 23, 2012, at 10:33 PM, Sisyphus wrote: >> >>> >>> ----- Original Message ----- From: "Craig DeForest" >>> <[email protected]> >>> To: "Kaj Wiik" <[email protected]> >>> Cc: "perldl list" <[email protected]> >>> Sent: Wednesday, October 24, 2012 10:29 AM >>> Subject: Re: [Perldl] PDL::Graphics::Gnuplot 1.3 in CPAN >>> >>> >>>> I started a PDL::Graphics::Gnuplot cookbook wiki page here: >>>> >>>> https://sourceforge.net/apps/mediawiki/pdl/index.php?title=Plotting_with_PDL::Graphics::Gnuplot#Plot_syntax >>>> >>>> Feel free to add to it; I'll probably be a bit desultory as I have bugs to >>>> fix and papers to write, but I'll try to at least get everything from the >>>> YouTube tutorial and demo.pl into it. >>>> >>> >>> Hi Craig, >>> >>> There's a couple of Win32 issues with the demo.pl that shipped with >>> PDL-G-G-1.3. (This is actually the first time that I've seen this demo >>> script.) >>> >>> Firstly, it specifies an x11 window, whereas I need that to be wxt on MS >>> Windows. (Easily fixed.) >>> >>> Then, there are 2 hangpoints in the script: >>> >>> 1) After we acknowledge the "Yet another way" prompt. >>> 2) After we acknowledge the "A gridded surface (feed in a 2-D column)" >>> prompt. >>> >>> I can get past those 2 hangs by commenting out just 2 lines of code - see >>> the attached diff for all changes I made to demo.pl. >>> >>> The script then works flawlessly for me - except of course, that the >>> display has (presumably) been altered by the 2 lines of code that I >>> commented out. In spite of my changes to the code, all displays still >>> "look" fine, and the script exits as intended. >>> >>> Are there any other Windows users here that experience the same ? >>> >>> Cheers, >>> Rob >>> <demo.pl.diff> >> >> >> _______________________________________________ >> Perldl mailing list >> [email protected] >> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > <quote_diff> _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
