Markdown widget for trame
Project description
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 within trame.
Installing
trame-matplotlib can be installed with pip:
pip install --upgrade trame-matplotlib
Usage
The Trame Tutorial is the place to go to learn how to use the library and start building your own application.
The API Reference documentation provides API-level documentation.
License
trame-matplotlib is made available under the BSD-3 License. For more details, see LICENSE This package is under the BSD-3 License as it is compatible with matplotlib and mpld3 which are used underneath that trame widget.
Community
Trame | Discussions | Issues | RoadMap | Contact Us
Enjoying trame?
Share your experience with a testimonial or with a brand approval.
Code sample
Using the component method
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 constrution
widget.update(fig)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for trame-matplotlib-2.0.0rc6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 038430e802b0c165bd6a00fe4746e01ce09ec7385c8925698d00fe95e9e1a437 |
|
MD5 | 73ccfff26e3f60c5fe515a481564d851 |
|
BLAKE2b-256 | a3ad637be705861164ae37481189dce0efecd2ff84e01dbfb4295a12aa3b3209 |
Hashes for trame_matplotlib-2.0.0rc6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ebcb363c7a900da68d0047208255c593d2d1ab0a5a1b484dd30a813faefcf1e |
|
MD5 | 645520c0a7c17edb5b8da54ec0c023d6 |
|
BLAKE2b-256 | 2066f1b6a6b75bb700098561e2f968daeb0004553c0aaf81e34b8ceac1e725cf |