Open
Description
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:
Examples on using streamribbon()
can be found on:
https://www.mathworks.com/help/matlab/ref/streamribbon.html
Metadata
Metadata
Assignees
Labels
No labels