-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
⭐⭐⭐ multiplierIssues that could close multiple related issues at onceIssues that could close multiple related issues at once
Description
When using compass()
to plot arrows originating from the point (0, 0) in polar coordinates, the polar axe isn't being shown. Only the arrows are being plotted.
Same thing happens when using ezpolar()
to plot functions in polar coordinates. Only curves are being plotted.
For example
u = [5 3 -4 -3 5];
v = [1 5 3 -2 -6];
compass(u,v)
fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/649/#/) plots:
As seen, only the arrows are being printed.
Examples on using compass()
can be found on:
https://www.mathworks.com/help/matlab/ref/compass.html#responsive_offcanvas
Metadata
Metadata
Assignees
Labels
⭐⭐⭐ multiplierIssues that could close multiple related issues at onceIssues that could close multiple related issues at once