Source: libgraphics-gnuplotif-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11), libmodule-build-perl Build-Depends-Indep: perl, xvfb, xauth, xfonts-base, gnuplot Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraphics-gnuplotif-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraphics-gnuplotif-perl.git Homepage: https://metacpan.org/release/Graphics-GnuplotIF Package: libgraphics-gnuplotif-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, gnuplot Description: dynamic Perl interface to gnuplot Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to gnuplot. It enables sending display requests asynchronously to gnuplot through simple Perl subroutine calls. . Several independent plots can be started from one script. Each plot has its own pipe. All pipes will be closed automatically by the destructor when the script terminates. The gnuplot processes terminate when the corresponding pipes are closed. Their graphical output will then disappear (but see parameter persist|new).