docs - boundedline
オープン
まだ誰も着手していません。
- 主要言語
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、matlab/2021-08-04-continuous-error-bars.md にリンクされている例を実行し、発生した失敗を報告されたスタックトレースと比較します。示されている箇所の findLegendAxis、plotlyfig/update、fig2plotly を読みます。例とプロット経路のどちらを修正する必要があるかを判断し、文書化されたプロットがこのエラーなしにレンダリングされることを確認できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- matlab
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100