Paketname | libgraphics-gnuplotif-perl |
Beschreibung | A dynamic Perl interface to gnuplot |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.5-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | perl, perl-modules (>= 5.9.0), gnuplot |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 21366 Byte |
Prüfsumme MD5 | 8882cbb1f979ba9d5149b4414692ec17 |
Prüfsumme SHA1 | 439bd1ed2e3cd26cbc8bad5407ebd7e6e60076a5 |
Prüfsumme SHA256 | d82eff0fbac83e0b0377638d6dc0247ca05409f8b68e7eea28c5b5062d1d2821 |
Link zum Herunterladen | libgraphics-gnuplotif-perl_1.5-1_all.deb |
Ausführliche Beschreibung | 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).
|