docs - boundedline
未关闭
还没有人认领这个 Issue。
- 主要语言
- MATLAB
- 星标
- 413
- 派生
- 166
- PR 合并指标
- 30 天内没有已合并 PR
描述
these do plot, however they return an error - https://github.com/plotly/plotly.matlab-docs/blob/main/matlab/2021-08-04-continuous-error-bars.md
The error I received when I ran it first time was:
Error using matlab.graphics.illustration.Legend/get
Unrecognized property Legend for class Legend.
Error in
findLegendAxis>@(x)(isequal(handle(get(x.Handle,'Legend')),legendHandle))
(line 5)
legendAxisIndex =
find(arrayfun(@(x)(isequal(handle(get(x.Handle,'Legend')),legendHandle)),obj.State.Axis),
1);
Error in findLegendAxis (line 5)
legendAxisIndex =
find(arrayfun(@(x)(isequal(handle(get(x.Handle,'Legend')),legendHandle)),obj.State.Axis),
1);
Error in plotlyfig/update (line 742)
legendAxis = findLegendAxis(obj, handle(legs(g)));
Error in plotlyfig (line 296)
obj.update;
Error in fig2plotly (line 44)
p = plotlyfig(varargin{:});
Error in test (line 7)
fig2plotly(gcf);
It prevents the plots from plotting in the docs, hopefully it is reproducable.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先运行 matlab/2021-08-04-continuous-error-bars.md 中链接的示例,并将该失败与报告的 stack trace 进行比较。阅读所示位置的 findLegendAxis、plotlyfig/update 和 fig2plotly;完成的标准是确定需要修正示例还是绘图路径,并验证文档中的 plot 能够在没有此错误的情况下渲染。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- matlab
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100