Skip to content

Default colors not matching when using streamribbon() #309

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

Open
xarico10 opened this issue Aug 5, 2021 · 0 comments
Open

Default colors not matching when using streamribbon() #309

xarico10 opened this issue Aug 5, 2021 · 0 comments

Comments

@xarico10
Copy link
Contributor

xarico10 commented Aug 5, 2021

Default colors aren't matching when using streamribbon(). Also, a warning message is printed.

load wind
[sx,sy,sz] = meshgrid(80,20:10:50,0:5:15);
streamribbon(x,y,z,u,v,w,sx,sy,sz);

fig2plotly(gcf, 'offline', false);

The previous code prints the following warning message:
Estimated Draw Time SlowThe draw time for this plot will be slow for clients without much RAM.
And it does take a lot of time to plot.

Expected and generated (https://chart-studio.plotly.com/~xarico10/1015/#/) plots:
Captura de Pantalla 2021-08-05 a la(s) 3 57 14 p  m
Captura de Pantalla 2021-08-05 a la(s) 3 57 27 p  m

Examples on using streamribbon() can be found on:
https://www.mathworks.com/help/matlab/ref/streamribbon.html

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