trame matplotlib
v2.0.3
Trame-matplotlib 使用能够渲染 Matplotlib 绘图的组件扩展了 Trame小部件。该库允许您通过在 Trame 中利用 Matplotlib 创建丰富的可视化。
Trame-matplotlib 可以使用 pip 安装:
pip install --upgrade trame-matplotlib
Trame 教程是学习如何使用该库并开始构建自己的应用程序的地方。
API 参考文档提供 API 级文档。
Trame-matplotlib 在 BSD-3 许可证下可用。有关更多详细信息,请参阅许可证 该软件包遵循 BSD-3 许可证,因为它与 Trame 小部件下使用的 matplotlib 和 mpld3 兼容。
特拉梅 |讨论 |问题 |路线图 |联系我们
通过推荐或品牌认可来分享您的体验。
使用组件方法
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 )