Datetime/duration format not supported
Aperta
@benaliabderrahmane ci sta già lavorando.
Dal 30/7/2021.
- #270 di @benaliabderrahmane — chiusa senza merge
⭐⭐⭐ multiplier
- Lingua principale
- MATLAB
- Stelle
- 413
- Fork
- 166
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When one or both data vectors are Datatime or Duration objects, an error is produced.
No figure is generated, the error is:

In this case the code used was:
t = 0:seconds(30):minutes(3);
y = 1:7;
plot(t,y,'DurationTickFormat','mm:ss')
fig2plotly()
An example of plotting a Duration object using MATLAB is found on:
'Plot Durations and Specify Tick Format':
https://www.mathworks.com/help/matlab/ref/plot.html
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.