How to Install and Uninstall python310-Cycler Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python310-Cycler" package

This guide let you learn how to install python310-Cycler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-Cycler

2. Uninstall "python310-Cycler" package

Here is a brief guide to show you how to uninstall python310-Cycler on openSuSE Tumbleweed:

$ sudo zypper remove python310-Cycler

3. Information about the python310-Cycler package on openSuSE Tumbleweed

Information for package python310-Cycler:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-Cycler
Version : 0.12.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 57.0 KiB
Installed : No
Status : not installed
Source package : python-Cycler-0.12.1-1.4.src
Upstream URL : https://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.