-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
⭐⭐⭐ multiplierIssues that could close multiple related issues at onceIssues that could close multiple related issues at once
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
Metadata
Metadata
Assignees
Labels
⭐⭐⭐ multiplierIssues that could close multiple related issues at onceIssues that could close multiple related issues at once