python-cycler 0.9.0-1 source package in Ubuntu

Changelog

python-cycler (0.9.0-1) unstable; urgency=low

  * Initial release (Closes: #791376)

 -- Sandro Tosi <email address hidden>  Sun, 04 Oct 2015 12:53:26 +0100

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cycler_0.9.0-1.dsc 2.1 KiB c2ca31081a0b00b6895240cea670bea41846315994d6ba0d6063318de6cf32c9
python-cycler_0.9.0.orig.tar.gz 13.8 KiB e30edd289618c22f3f41c5a99f56c6516b4ee0adbb3660ac5da76f100ef37d62
python-cycler_0.9.0-1.debian.tar.xz 2.1 KiB 491d874b64d655434effda46b7e95bf0201757fad76126f8bdaa3f689c5b8384

No changes file available.

Binary packages built by this source

python-cycler: 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.

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