How to Install and Uninstall python2-Cycler Package on openSUSE Leap

Last updated: December 25,2024

1. Install "python2-Cycler" package

Please follow the instructions below to install python2-Cycler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Cycler

2. Uninstall "python2-Cycler" package

This guide covers the steps necessary to uninstall python2-Cycler on openSUSE Leap:

$ sudo zypper remove python2-Cycler

3. Information about the python2-Cycler package on openSUSE Leap

Information for package python2-Cycler:
---------------------------------------
Repository : Main Repository
Name : python2-Cycler
Version : 0.10.0-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 52,2 KiB
Installed : No
Status : not installed
Source package : python-Cycler-0.10.0-bp153.1.18.src
Summary : Composable style cycles
Description :
When plotting more than one line it is common to want to be able to
cycle over one or more artist styles. For simple cases than can be
done with out too much trouble.
However, if you want to do something more complicated, 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.