python-gnuplot 1.8-8 source package in Ubuntu

Changelog

python-gnuplot (1.8-8) unstable; urgency=medium

  * debian/control: Add Breaks+Replaces: python-gnuplot. Closes: #936068
  * Upload to unstable

 -- Josue Ortega <email address hidden>  Fri, 06 Sep 2019 12:03:26 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gnuplot_1.8-8.dsc 2.1 KiB 3ac3bebcb5f43d4a15ff19904908449534d48406df1ca90f350da993f65c8d4c
python-gnuplot_1.8.orig.tar.gz 116.0 KiB ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21
python-gnuplot_1.8-8.debian.tar.xz 13.0 KiB 310fbdd493a5d94addfee08646e375e21cc6c8dc6c1d07ff538e7495255d1d07

Available diffs

No changes file available.

Binary packages built by this source

python3-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.