Skip to content

Default colors not matching when using streamribbon() #309

Open
@xarico10

Description

@xarico10

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

Metadata

Metadata

Assignees

No one assigned

    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