simvue-io / simvue-io/python-api

Remove conversion of Matplotlib artifacts to Plotly objects for storage

未关闭
#218 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement
主要语言
Python
星标
4
派生
1
平均合并
5 天 8 小时
30 天内合并 PR
4

描述

When a Matplotlib figure is stored as an artifact to the Simvue server, it is converted to a Plotly artifact and stored that way (I assume so that it can be viewed within the UI, which is very useful!). However when it is pulled back from the server using the client, the figure is returned as a Plotly object, instead of the Matplotlib figure originally stored. Can the figure be converted back to Matplotlib before being returned, so that the user gets back the same artifact which they stored?

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从检索已存储 artifact 的客户端路径开始,跟踪 Matplotlib 图形的序列化和重建过程。检查 issue 中描述的现有 Matplotlib 到 Plotly 处理,并添加有针对性的往返测试。完成的标准是:存储在 Simvue 上的 Matplotlib 图形能够以 Matplotlib 图形的形式返回,同时现有 Plotly artifact 的检索仍然正常工作。

由索引模型根据 Issue 内容生成。

评估

技术栈
matplotlib, plotly, python
领域
api, backend
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。