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
|
Source: mpl-scatter-density
Section: python
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
Josue Ortega <josue@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-fast-histogram (>= 0.5),
python3-matplotlib,
python3-numpy,
python3-pytest <!nocheck>,
python3-pytest-mpl <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-tk,
Standards-Version: 4.5.0
Homepage: https://github.com/astrofrog/mpl-scatter-density
Vcs-Git: https://salsa.debian.org/debian-astro-team/mpl-scatter-density.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/mpl-scatter-density
Rules-Requires-Root: no
X-Style: black
Package: python3-mpl-scatter-density
Architecture: all
Depends:
python3-fast-histogram (>= 0.5),
python3-matplotlib,
python3-numpy,
python3-pkg-resources,
python3-tk,
${misc:Depends},
${python3:Depends},
Description: Fast scatter density plots for Matplotlib
This package provides functionality to
make it easy to make your own scatter density maps, both for interactive
and non-interactive use. Fast.
.
This package installs the library for Python 3.
|