cycler: Composable cycles#
Description#
Cycler is a small break-off of matplotlib to deal with “composable cycles”. It is a required dependency of matplotlib 1.5.0.
License#
BSD
Upstream Contact#
cycler is developed on github: https://github.com/matplotlib/cycler
A more informative webpage about cycler, its motivation and usage is at http://tacaswell.github.io/cycler/
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
0.11.0
install-requires.txt:
cycler >=0.10.0
Equivalent System Packages#
arch:
$ sudo pacman -S python-cycler
conda:
$ conda install cycler
Debian/Ubuntu:
$ sudo apt-get install python3-cycler
Fedora/Redhat/CentOS:
$ sudo yum install python-cycler
freebsd:
$ sudo pkg install devel/py-cycler
gentoo:
$ sudo emerge dev-python/cycler
macports: install the following packages: py-cycler
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-Cycler
void:
$ sudo xbps-install python3-cycler
See https://repology.org/project/cycler/versions, https://repology.org/project/python:cycler/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.