Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Gnuplot.py is a Python package that interfaces to gnuplot, the popular
open-source 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 package 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.