We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
[X,Y] = meshgrid(-2:0.25:0,-2:0.25:0); Z1 = -0.5*(X.^2 + Y.^2); [U1,V1,W1] = surfnorm(Z1); Z2 = -X.*Y; [U2,V2,W2] = surfnorm(Z2); tiledlayout(1,2) % Left plot ax1 = nexttile; quiver3(ax1,X,Y,Z1,U1,V1,W1) axis equal title(ax1,'Left Plot') % Right plot ax2 = nexttile; quiver3(ax2,X,Y,Z2,U2,V2,W2) axis equal title(ax2,'Right Plot') fig2plotly(gcf);
right plots does not work
The text was updated successfully, but these errors were encountered:
fix issue #430 and make sure quiver3 works for any case
9817581
This issue was fixed by PR #433
Sorry, something went wrong.
Merge pull request #433 from plotly/fix_issue_430_and_make_sure_quive…
01679c4
…r3_works_for_any_case fix issue #430 and make sure quiver3 works for any case
No branches or pull requests
right plots does not work
The text was updated successfully, but these errors were encountered: