Skip to content

Conversation

gilbertogalvis
Copy link
Contributor

@gilbertogalvis gilbertogalvis commented Aug 13, 2021

This PR fix issue #253 in a more robust way

codes to test it:

load wind
X = x(5:10,20:25,6:10);
Y = y(5:10,20:25,6:10);
U = u(5:10,20:25,6:10);
V = v(5:10,20:25,6:10);

quiver(X,Y,U,V);
pf = fig2plotly(gcf, 'offline', 0);
load('wind','x','y','u','v')
X = x(11:22,11:22,1);
Y = y(11:22,11:22,1);
U = u(11:22,11:22,1);
V = v(11:22,11:22,1);
quiver(X,Y,U,V)

fig2plotly(gcf, 'offline', 0);

results looks as follow

Screen Shot 2021-08-13 at 11 20 07 AM

Screen Shot 2021-08-13 at 11 20 44 AM

Screen Shot 2021-08-13 at 11 21 14 AM

Screen Shot 2021-08-13 at 11 21 40 AM

@gilbertogalvis gilbertogalvis merged commit 8813265 into master Aug 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants