plotly / plotly/plotly_matlab

Default colors not matching when using streamribbon()

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

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

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

説明

Default colors aren't matching when using streamribbon(). Also, a warning message is printed.

load wind
[sx,sy,sz] = meshgrid(80,20:10:50,0:5:15);
streamribbon(x,y,z,u,v,w,sx,sy,sz);

fig2plotly(gcf, 'offline', false);

The previous code prints the following warning message:
Estimated Draw Time SlowThe draw time for this plot will be slow for clients without much RAM.
And it does take a lot of time to plot.

Expected and generated (https://chart-studio.plotly.com/~xarico10/1015/#/) plots:
Captura de Pantalla 2021-08-05 a la(s) 3 57 14 p  m
Captura de Pantalla 2021-08-05 a la(s) 3 57 27 p  m

Examples on using streamribbon() can be found on:
https://www.mathworks.com/help/matlab/ref/streamribbon.html

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

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

はじめの一歩

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

調査の方向性

まず、streamribbon() を使って MATLAB の例を実行し、続けて fig2plotly(gcf, 'offline', false) を実行します。Issue にリンクされている期待されるプロットと生成されたプロットを比較し、警告とプロットの遅延を調査します。生成された色が期待されるプロットと一致し、報告された描画の遅さの挙動が解消されれば完了です。

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

評価

技術スタック
matlab
領域
data-visualization
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

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

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