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
--

Fabio D'Alfonso
'Enabling Business Through IT'
cell.  +39.348.059.40.22 *
web: www.fabiodalfonso.com
email: [email protected]
linkedin: www.linkedin.com/in/fabiodalfonso
twitter: www.twitter.com/#!/fabio_dalfonso

fax: +39.06.874.599.581
BlackBerry® Wireless Enabled Address.

* Hidden  numbers are automatically rejected by the phone
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to