Binary package “libgraphics-gnuplotif-perl” in ubuntu xenial

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).