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

Last updated: October 06,2024

1. Install "python310-mpld3" package

This guide covers the steps necessary to install python310-mpld3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-mpld3

2. Uninstall "python310-mpld3" package

This guide let you learn how to uninstall python310-mpld3 on openSuSE Tumbleweed:

$ sudo zypper remove python310-mpld3

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

Information for package python310-mpld3:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-mpld3
Version : 0.5.9-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 744.5 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.