diff options
Diffstat (limited to 'dev-python/gnuplot-py/metadata.xml')
-rw-r--r-- | dev-python/gnuplot-py/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/gnuplot-py/metadata.xml b/dev-python/gnuplot-py/metadata.xml new file mode 100644 index 00000000000..e9e18ed8005 --- /dev/null +++ b/dev-python/gnuplot-py/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription lang="en"> + 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. +</longdescription> + <upstream> + <remote-id type="sourceforge">gnuplot-py</remote-id> + </upstream> +</pkgmetadata> |