
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
.. 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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.