plotly/plotly_matlab

Args decoding error

danton267 opened this issue · 1 comments

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)

This issue has been fixed by PR #405

Attached result bellow
Screen Shot 2021-10-09 at 12 14 41 PM