Skip to content

Datetime/duration format not supported #162

Open
@xarico10

Description

@xarico10

When one or both data vectors are Datatime or Duration objects, an error is produced.

No figure is generated, the error is:
Captura de Pantalla 2021-07-24 a la(s) 1 08 41 a  m

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

Labels

⭐⭐⭐ multiplierIssues that could close multiple related issues at once

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions