Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs - polarplot/polarscatter/polarbubblechart problems #448

Open
danton267 opened this issue Oct 23, 2021 · 0 comments
Open

docs - polarplot/polarscatter/polarbubblechart problems #448

danton267 opened this issue Oct 23, 2021 · 0 comments

Comments

@danton267
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant