Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: https://github.com/Kitware/trame-matplotlib/actions/workflows/test_and_release.yml/badge.svg :target: https://github.com/Kitware/trame-matplotlib/actions/workflows/test_and_release.yml :alt: Test and Release
trame-matplotlib extend trame widgets with a component that is capable of rendering Matplotlib plots.
This library allow you to create rich visualization by leveraging Matplotlib <https://matplotlib.org/>
__ within trame.
trame-matplotlib can be installed with pip <https://pypi.org/project/trame-matplotlib/>
__:
.. code-block:: bash
pip install --upgrade trame-matplotlib
The Trame Tutorial <https://kitware.github.io/trame/docs/tutorial.html>
__ is the place to go to learn how to use the library and start building your own application.
The API Reference <https://trame.readthedocs.io/en/latest/index.html>
__ documentation provides API-level documentation.
trame-matplotlib is made available under the BSD-3 License. For more details, see LICENSE <https://github.com/Kitware/trame-matplotlib/blob/master/LICENSE>
__
This package is under the BSD-3 License as it is compatible with matplotlib <https://matplotlib.org/stable/users/project/license.html>
__ and mpld3 <https://github.com/mpld3/mpld3/blob/master/LICENSE>
__ which are used underneath that trame widget.
Trame <https://kitware.github.io/trame/>
__ | Discussions <https://github.com/Kitware/trame/discussions>
__ | Issues <https://github.com/Kitware/trame/issues>
__ | RoadMap <https://github.com/Kitware/trame/projects/1>
__ | Contact Us <https://www.kitware.com/contact-us/>
__
.. image:: https://zenodo.org/badge/410108340.svg :target: https://zenodo.org/badge/latestdoi/410108340
Share your experience with a testimonial <https://github.com/Kitware/trame/issues/18>
__ or with a brand approval <https://github.com/Kitware/trame/issues/19>
__.
Using the component method
.. code-block:: python
import matplotlib.pyplot as plt
from trame.widgets import matplotlib
fig, ax = plt.subplots(**figure_size)
widget = matplotlib.Figure(figure=None) # could pass fig at construction
widget.update(fig)
FAQs
Markdown widget for trame
We found that trame-matplotlib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.