plotly/plotly_matlab

docs - polarplot/polarscatter/polarbubblechart problems

danton267 opened this issue · 1 comments

Z = [2+3i 2 -1+4i 3-4i 5+2i -4-2i -2+3i -2 -3i 3i-2i];
polarplot(Z,'*')

fig2plotly(gcf, 'TreatAs', 'polarplot');

warning:

Unrecognized field name "width".
We had trouble parsing the line object.
This trace might not render properly.

figure
ezpolar('1+cos(t)')

fig2plotly(gcf, 'TreatAs', 'ezpolar');

no plot is created


th = pi/4:pi/4:2*pi;
r = [19 6 12 18 16 11 15 15];
polarscatter(th,r)

fig2plotly(gcf);

no plot and warning

polarscatter plots from here do not work: https://github.com/plotly/plotly.matlab-docs/blob/main/matlab/2021-08-04-polar-chart.md

polarbubblechart plots from here do not work: https://github.com/plotly/plotly.matlab-docs/blob/main/matlab/2021-08-04-polar-chart.md