Source: python-cycler Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, python-six, python3-six, python-setuptools, python3-setuptools, python-nose, python3-nose, python-sphinx, python-matplotlib, ipython, python-numpydoc Standards-Version: 3.9.7 Homepage: http://matplotlib.org/cycler/ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cycler.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cycler.git Package: python-cycler Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-cycler-doc Description: composable kwarg iterator (Python 2) When using matplotlib and plotting more than one line, it is common to want to be able to cycle over one or more artist styles; but the plotting logic can quickly become very involved. . To address this and allow easy cycling over arbitrary 'kwargs' the `Cycler` class, a composable kwarg iterator, was developed. Package: python3-cycler Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-cycler-doc Description: composable kwarg iterator (Python 3) When using matplotlib and plotting more than one line, it is common to want to be able to cycle over one or more artist styles; but the plotting logic can quickly become very involved. . To address this and allow easy cycling over arbitrary 'kwargs' the `Cycler` class, a composable kwarg iterator, was developed. . This package contains the Python 3 version of Cycler. Package: python-cycler-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax Description: composable kwarg iterator (documentation) When using matplotlib and plotting more than one line, it is common to want to be able to cycle over one or more artist styles; but the plotting logic can quickly become very involved. . To address this and allow easy cycling over arbitrary 'kwargs' the `Cycler` class, a composable kwarg iterator, was developed. . This package contains the documentation for Cycler.