docs - boundedline

オープン
#420 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
matlab

調査の方向性

まず、matlab/2021-08-04-continuous-error-bars.md にリンクされている例を実行し、発生した失敗を報告されたスタックトレースと比較します。示されている箇所の findLegendAxis、plotlyfig/update、fig2plotly を読みます。例とプロット経路のどちらを修正する必要があるかを判断し、文書化されたプロットがこのエラーなしにレンダリングされることを確認できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
MATLAB
スター
413
フォーク
166
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

plotly/plotly_matlab のほかの issue

plotly/plotly_matlab の issue をすべて見る

似ている issue

MATLAB の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。