comet() not working correctly
オープン
@harshpurwar がすでに取り組んでいます。
2021年9月5日 から。
- 主要言語
- MATLAB
- スター
- 413
- フォーク
- 166
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When using comet() to display a comet plot of the data specified in y versus the index of each value (a comet is an animation of a marker (head) and a line (tail) tracing a growing line over the data points) a single-point scatter plot is printed.
t = 0:pi/100:2*pi;
y = sin(t);
x = cos(t);
comet(x,y)
fig2plotly(gcf, 'offline', false);
Expected animation and generated (https://chart-studio.plotly.com/~xarico10/837/#plot) plot:
Examples on using comet() can be found on:
https://www.mathworks.com/help/matlab/ref/comet.html#responsive_offcanvas
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。