|
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 fax: +39.06.874.599.581 * Hidden numbers are automatically rejected by the phone |
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
