python-gnuplot 1.8-4 source package in Ubuntu

Changelog

python-gnuplot (1.8-4) unstable; urgency=low


  * Upload to unstable

 -- Josue Ortega <email address hidden>  Mon, 27 May 2013 00:29:42 -0600

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-gnuplot_1.8-4.dsc 2.0 KiB 60dadbdf552b6de78bd1e8044940daa2b280316573badfca8b745b2102c3b0fb
python-gnuplot_1.8.orig.tar.gz 116.0 KiB ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21
python-gnuplot_1.8-4.debian.tar.gz 7.9 KiB 700e96296e075edf595262f132349deb32e31aa40dbdc7d0c48fe868a2f54c55

Available diffs

No changes file available.

Binary packages built by this source

python-gnuplot: 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.