Source: python-gnuplot Section: python Priority: optional Maintainer: Debian Science Maintainers Build-Depends: debhelper (>= 9), python-all (>= 2.6.6) Uploaders: Josue Ortega Build-Depends-Indep: python-numpy Standards-Version: 3.9.6 XS-Python-Version: all Homepage: http://gnuplot-py.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-gnuplot.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-gnuplot.git Package: python-gnuplot Architecture: all Depends: ${python:Depends}, python-numpy, ${misc:Depends}, gnuplot Description: Python interface to the gnuplot plotting program Gnuplot.py is a Python module that interfaces to gnuplot, the popular plotting program. It allows you to use gnuplot from within Python to plot arrays of data from memory, data files, or mathematical functions. If you use Python to perform computations or as `glue' for numerical programs, you can use this module to plot data on the fly as they are computed. And the combination with Python makes it is easy to automate things, including to create crude `animations' by plotting different datasets one after another.