We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using streamtube() to draw stream tubes from vector volume data, default colors aren't matching and the surface has no edges, when it should.
streamtube()
load wind [sx,sy,sz] = meshgrid(80,20:10:50,0:5:15); streamtube(x,y,z,u,v,w,sx,sy,sz); fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/1025/#/) plots:
Examples on using streamtube() can be found on: https://www.mathworks.com/help/matlab/ref/streamtube.html
The text was updated successfully, but these errors were encountered:
gilbertogalvis
No branches or pull requests
When using
streamtube()
to draw stream tubes from vector volume data, default colors aren't matching and the surface has no edges, when it should.Expected and generated (https://chart-studio.plotly.com/~xarico10/1025/#/) plots:


Examples on using
streamtube()
can be found on:https://www.mathworks.com/help/matlab/ref/streamtube.html
The text was updated successfully, but these errors were encountered: