You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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
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
The text was updated successfully, but these errors were encountered: