Window.pm (PDL-2.082) | : | Window.pm (PDL-2.083) | ||
---|---|---|---|---|
skipping to change at line 761 | skipping to change at line 761 | |||
reference or as a list. | reference or as a list. | |||
See the documentation fo PDL::Graphics::PGPLOT::Window::new for details. | See the documentation fo PDL::Graphics::PGPLOT::Window::new for details. | |||
Because pgwin is a convenience function, you can specify the device by | Because pgwin is a convenience function, you can specify the device by | |||
passing in a single non-ref parameter. For even further convenience, you | passing in a single non-ref parameter. For even further convenience, you | |||
can even omit the '/' in the device specifier, so these two lines | can even omit the '/' in the device specifier, so these two lines | |||
deliver the same result: | deliver the same result: | |||
$win = pgwin(gif); | $win = pgwin(gif); | |||
$win = new PDL::Graphics::PGPLOT::Window({Dev=>'/gif'}); | $win = PDL::Graphics::PGPLOT::Window->new({Dev=>'/gif'}); | |||
=head2 new | =head2 new | |||
=for ref | =for ref | |||
Constructor for PGPLOT object/device/plot window. | Constructor for PGPLOT object/device/plot window. | |||
=for usage | =for usage | |||
Usage: PDL::Graphics::PGPLOT::Window->new($opt); | Usage: PDL::Graphics::PGPLOT::Window->new($opt); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |