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
File details
Details for the file trame-matplotlib-2.0.0rc4.tar.gz
.
File metadata
- Download URL: trame-matplotlib-2.0.0rc4.tar.gz
- Upload date:
- Size: 110.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aab58cba813463af9e7b3c61ff0cdfa8b35b85ddb37292edb6c37acad18fea0e |
|
MD5 | 49fcaef0fbe62efa3f295a427981bb46 |
|
BLAKE2b-256 | 66a6784f30fa869962d7027b91eadbdc60a014f2d5afdacf04a3bdc1fb8e64db |
Provenance
File details
Details for the file trame_matplotlib-2.0.0rc4-py3-none-any.whl
.
File metadata
- Download URL: trame_matplotlib-2.0.0rc4-py3-none-any.whl
- Upload date:
- Size: 110.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 505eb36fef92e3f4e30592b1dc1ea93d383ec4dd7d6a09b6fec2226af138f595 |
|
MD5 | 4d1b1a06cb9d4d9a46618dc45151ee2b |
|
BLAKE2b-256 | 7d991926c07701350b8ae30a1ad8f28ce1984ffe52660e3ac129dd9871b11907 |