How to Install and Uninstall python312-seaborn Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "python312-seaborn" package

This guide let you learn how to install python312-seaborn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-seaborn

2. Uninstall "python312-seaborn" package

Please follow the step by step instructions below to uninstall python312-seaborn on openSuSE Tumbleweed:

$ sudo zypper remove python312-seaborn

3. Information about the python312-seaborn package on openSuSE Tumbleweed

Information for package python312-seaborn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-seaborn
Version : 0.13.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-seaborn-0.13.2-1.1.src
Upstream URL : https://github.com/mwaskom/seaborn
Summary : Statistical data visualization for python
Description :
Seaborn is a library for making attractive and informative
statistical graphics in Python. It is built on top of
matplotlib and tightly integrated with the PyData stack,
including support for numpy and pandas data structures and
statistical routines from scipy and statsmodels.
Some of the features that seaborn offers are:
- Several built-in themes that improve on the default matplotlib
aesthetics
- Tools for choosing color palettes to make beautiful plots that
reveal patterns in your data
- Functions for visualizing univariate and bivariate distributions
or for comparing them between subsets of data
- Tools that fit and visualize linear regression models for different
kinds of independent and dependent variables
- Functions that visualize matrices of data and use clustering
algorithms to discover structure in those matrices
- A function to plot statistical timeseries data with flexible
estimation and representation of uncertainty around the estimate
- High-level abstractions for structuring grids of plots that let you
easily build complex visualizations