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.0rc5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1288b00df43db352c3402b91920227a966608a2823398b0a3f283ca515cd47ee |
|
MD5 | 19c093ed44c798d547aa7793d7c170b7 |
|
BLAKE2b-256 | 8e8454313e536b4446a6a3e2485512cd13574802d1ac697acca3f76148562b26 |
Hashes for trame_matplotlib-2.0.0rc5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdcc1e4a8b626273c448c2683a9e3a48169ed8f2fc2c9c9944f21472573f6a78 |
|
MD5 | 285e00ad4a6397cbe09046f4103d9951 |
|
BLAKE2b-256 | 720eb224adedb6d9f876560039882cb866b6e4530c4e3782362700c04467b468 |