How to Install and Uninstall python39-mpld3 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-mpld3" package

Please follow the step by step instructions below to install python39-mpld3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-mpld3

2. Uninstall "python39-mpld3" package

Please follow the instructions below to uninstall python39-mpld3 on openSuSE Tumbleweed:

$ sudo zypper remove python39-mpld3

3. Information about the python39-mpld3 package on openSuSE Tumbleweed

Information for package python39-mpld3:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-mpld3
Version : 0.5.9-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 744.8 KiB
Installed : No
Status : not installed
Source package : python-mpld3-0.5.9-2.2.src
Upstream URL : https://mpld3.github.io
Summary : D3 Viewer for Matplotlib
Description :
This is an interactive D3js-based viewer which brings matplotlib graphics to the browser.
Please visit http://mpld3.github.io for documentation and examples.
mpld3 provides a custom stand-alone javascript library built on D3, which
parses JSON representations of plots. The mpld3 python module provides a
set of routines which parses matplotlib plots (using the mplexporter
framework) and outputs the JSON description readable by mpld3.js.