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

Last updated: May 14,2024

1. Install "python3-Cycler" package

Learn how to install python3-Cycler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Cycler

2. Uninstall "python3-Cycler" package

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

$ sudo zypper remove python3-Cycler

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

Information for package python3-Cycler:
---------------------------------------
Repository : Main Repository
Name : python3-Cycler
Version : 0.10.0-1.29
Arch : noarch
Vendor : SUSE LLC
Installed Size : 48.1 KiB
Installed : No
Status : not installed
Source package : python-Cycler-0.10.0-1.29.src
Upstream URL : http://github.com/matplotlib/cycler
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.