python-gnuplot 1.8-5 source package in Ubuntu

Changelog

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


  * Update Standards-Version to 3.9.5. No changes required.
  * debian/control: VCS-* fields updated to cannonical URI.

 -- Josue Ortega <email address hidden>  Sun, 05 Jan 2014 19:41:47 -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
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-gnuplot_1.8-5.dsc 2.0 KiB 5140cadca37a23a84c086d606bb10cd31e2fae6f76301bdea80d3d0ca7cef2c6
python-gnuplot_1.8.orig.tar.gz 116.0 KiB ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21
python-gnuplot_1.8-5.debian.tar.gz 8.1 KiB 0f5978c08c6ec19c917b492d91b4d231e498a62930ba6549450b13d407677482

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.