Ternary Contour Plots in JavaScript
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 18.3k
- 派生
- 2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 28
描述
I would like to reopen #3503.
Currently there is no native support of ploting contours in ternary plot, the current official documentation for it is wrong (or inconsistent). As reported in this issue from the graphing-library-docs repo.
In plotly.py, Ternary contours in Python, there are ternary contour plots examples:
But in JS, Contour Plots in JavaScript, we only get:
Apparently, the JS example only fills the area instead of doing what is expected of a "contour" plot.
It would be great if this could be implemented (or if it already is, but only requires data transformation? ) and if there were examples showing how to plot the contours as in Ternary contours in Python.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先查看链接的 JavaScript ternary-contour 和 contour-plots 文档,然后将其与链接的 Python ternary-contour 示例进行比较。确定 Plotly.js 是否已经支持所请求的渲染,还是需要实现和添加示例;完成的标准是 JavaScript 可以生成与 Python 示例相当的等高线,并且官方文档是正确的。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 28/100