Revision history for PGPLOT-Device
0.13 2026-03-30 14:47:47 EDT
[BACKINCOMPAT]
* minimum Perl version is 5.12 as Alien::PGPLOT requires that.
[BUILD]
* PGPLOT (latest check was of 2.35) bundles PDL::Graphics::PGPLOT,
but doesn't require PDL, so if PDL is not installed, using
PDL::Graphics::PGPLOT will fail. Mock
PDL::Graphics::PGPLOT::Window to the extent reqired for compile
testing of PGPLOT::Device::PGWin to work.
[ENHANCEMENT]
* can now explicitly specify whether the user is prompted after a
plot is drawn.
0.12 2021-09-21 09:02:17-04:00 America/New_York
[ENHANCEMENT]
* PGPLOT::Device::PGWin: allow lowercase hash keys in constructor
* PGPLOT::Device::PGWin::winopts
* new method to get window options.
* A new set of window options may now be passed to
PGPLOT::Device::PGWin::next. If the device is not changing,
the current window object is poked at to handle changes to
the following options:
Justify NXPanels NYPanels
0.11 2021-07-07 10:08:04-04:00 America/New_York
[TEST FIX]
* switch to Test2::V0
0.10 2021-07-07 10:08:04-04:00 America/New_York
[BUG FIX]
* fix bare call to pgask in PGPLOT::Device::PGWin::finish
0.09 2017-10-26 13:22:14-04:00 America/New_York
* first release to CPAN
[BUILD]
* switch to Dist::Zilla
0.08 2016-07-19T16:35:22-0400
[BUG FIX]
* fix regexp to avoid deprecation warning in modernish Perls
0.07 2011-02-15T13:33:38-05:00
- PGWin.pm: didn't use PDL::Graphics::PGPLOT::Window
0.01 2005-08-04T12:00:07-04:00
- original version; created by h2xs 1.23 with options
-A -X --skip-exporter --skip-autoloader PGPLOT::Device