Hi,
I am using win32 ActiveState 5.14.2.
I used the version available at siysphusion repository already
listed in ppm. I also got there the GSL.
I am trying to figure the scope of PDL to enable general scientific
computing. I am not sure, but it seems to me that the bound to
graphics (imag, etc) is quite relevant, more than as an example of
vectorized operations.
Thanks
On 1/15/2012 7:52 PM, Clifford Sobchuk wrote:
Fabio, are you running
on cygwin or win32? Mostly curious as I have never installed
PLPlot on win32 and I am not sure how one would use XMing
with windows perl. In the PLPlot installation notes it
actually states it is better to use the dos command prompt
rather than the rxvt terminal in MinGw due to bufferring
issues. I am trying to understand your configuration, can
you explain your system configuration - Base OS, Window
Manager, Shell's, Perl type and version. It seems you have a
rather complex configuration.
Regarding PGPlot, I
didn't previously realize that Siysphus's version (use the
instructions from https://sourceforge.net/apps/mediawiki/pdl/index.php?title=Installing_PDL_on_Windows) actually
included grwnd.exe and grfont.dat in his PGPlot.ppd. So if
you are using ActiveState perl on win32, you must disable
the ActiveState repo (open ppm. Once open select Edit =>
Preferences. Select the Repositories tab. If you hover your
mouse over the ActiveState icon [the Yellow box to the left
of the name] and single left click the icon will go Grey
indicating that it has been deselected. Then you can use the
uwinnipeg repository to install PDL using ActiveState Perl.
Hope this helps.
CLIFF SOBCHUK
Core RF Engineering
Phone 613-667-1974 ecn: 8109-71974
mobile 403-819-9233
yahoo: sobchuk
www.ericsson.com
“The author
works for Telefonaktiebolaget L M Ericsson (“Ericsson”), who
is solely responsible for this email and its contents. All
inquiries regarding this email should be addressed to
Ericsson. The web site for Ericsson is www.ericsson.com.”
This Communication is Confidential. We only send and receive
email on the basis of the terms set out at www.ericsson.com/email_disclaimer
Hi,
I am also trying to get working PLPlot on Windows. I followed the
syntax to get the window open on an X (Xming) but I get nothing or
a file named as the hostname.
use PDL;
use PDL::Graphics::PLplot;
# read in Earth image and draw an equator.
my $pl=PDL::Graphics::PLplot->new(DEV => 'xwin', FILE =>
':0');
my $x = sequence(10);
my $y = $x**2;
$pl->xyplot($x, $y);
$pl->close;
Some idea?
Thanks
|
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl