Datetime/duration format not supported
Open
@benaliabderrahmane is already working on this.
Since Jul 30, 2021.
- #270 by @benaliabderrahmane — closed without merging
⭐⭐⭐ multiplier
- Dominant language
- MATLAB
- Stars
- 413
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.