
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
trame-matplotlib
Advanced tools
.. 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.