Skip to content

Default colors and edges (grid on surface) not matching when using streamtube() #310

Open
@xarico10

Description

@xarico10

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.

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:
Captura de Pantalla 2021-08-05 a la(s) 4 05 56 p  m
Captura de Pantalla 2021-08-05 a la(s) 4 06 10 p  m

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions