1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-matplotlib-venn
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
python,
python-setuptools,
python-matplotlib,
python-scipy,
python-pytest,
python-tk,
python3,
python3-setuptools,
python3-matplotlib,
python3-scipy,
python3-pytest,
python3-tk,
xauth,
xvfb
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-matplotlib-venn/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-matplotlib-venn/trunk/
Homepage: https://pypi.python.org/pypi/matplotlib-venn
X-Python-Version: all
X-Python3-Version: >= 3.2
Package: python-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: Python plotting area-proportional two- and three-way Venn diagrams
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
.
This module provides routines for plotting area-weighted two- and
three-circle venn diagrams.
Package: python3-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Python 3 plotting area-proportional two- and three-way Venn diagrams
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
.
This module provides routines for plotting area-weighted two- and
three-circle venn diagrams.
.
This package contains the Python 3 version of matplotlib.
|