plotly / plotly/plotly_matlab

comet() not working correctly

Aperta
#277 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@harshpurwar ci sta già lavorando.

Dal 5/9/2021.

Lingua principale
MATLAB
Stelle
413
Fork
166
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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:

https://user-images.githubusercontent.com/87881895/128070067-0727a430-4916-44e4-954b-ba33b575b6bc.mov

Captura de Pantalla 2021-08-03 a la(s) 1 51 56 p  m

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.