On Oct 21, 2012, at 9:30 PM, Sisyphus wrote: >> ----- Original Message ----- From: "Fabio D'Alfonso" >> <[email protected]> >> To: <[email protected]> >> Sent: Monday, October 08, 2012 5:17 AM >> Subject: [Perldl] Helix Example Does Not Work on Windows >> >> >>> Hi, >>> this example does not work on Windows. >>> The console comes but the gnuplot does not. >>> Thanks
> > This now works fine for me with version 1.2 (or later) of > PDL::Graphics::Gnuplot. > > Let us know if that code still poses a problem for you - or if you strike > other scripts that don't work as they should.. The two-helix example as included in the distro should definitely work -- though two changes are required from the text in Fabio's original e-mail: the "size=>'xyz equal'" is no longer correct and should either be omitted or replaced with a "view" specifier; and the new curve options "cdims=>1" needs to be placed with the first block of curve options, so that the two threaded curves are treated as such (otherwise they are treated as a gridded 2-D data set). v1.3 just got pushed up to PAUSE tonight, so there should be a fresh version on CPAN tomorrow. Cheers, Craig _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
