Skip to content

Args decoding error #391

Closed
Closed
@danton267

Description

@danton267

This returns an error:

t = 0:seconds(30):minutes(3);
y = rand(1,7);
plot(t,y)
xtickformat('mm:ss')

error:

Error using response_handler (line 31)
Hm... Plotly had some trouble decoding
your 'args'. Are you sure your data or
styling object is in the right format?
Check out the examples at
https://plotly.com/api for guidance.

Need help? Please try searching Plotly's
<a
href='http://stackoverflow.com/questions/tagged/plotly'>Stack
Overflow channel</a>.

Error in makecall (line 32)
    response_handler(resp);

Error in plotly (line 66)
    response = makecall(args, origin,
    structargs);

Error in plotlyfig/plotly (line 523)
                    response =
                    plotly(obj.data,
                    args);

Error in fig2plotly (line 49)
p.plotly;

Error in test (line 13)
f = fig2plotly(gcf, 'offline', false)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions