in reply to Re^3: PDL questions
in thread PDL questions
Again, you're passing $winopt as the first parameter. $winopt is a hash reference, but PDL::Graphics2D wants an "Interface" (whatever it means by this) as the first parameter, and it tells you that it is unhappy with a hash reference. See the PDL::Graphics2D documentation.
$win = PDL::Graphics2D->new(<Interface>, <Options>);
|
|---|