Skip to content

swarmchart3 not supported (printing empty figures) #185

Open
@xarico10

Description

@xarico10

When using swarmchart3() to plot scattered jittered 3-D plots, empty figures are being generated instead.

For example:

rng(1)
x = [zeros(1,50) ones(1,50)];
y = ones(1,100);
z = randn(1,100).^2;
swarmchart3(x,y,z,30);

fig2plotly();

Expected and generated (https://chart-studio.plotly.com/~xarico10/343/#/) plots:
Captura de Pantalla 2021-07-26 a la(s) 12 16 22 a  m
Captura de Pantalla 2021-07-26 a la(s) 12 16 41 a  m

Examples on using swarmchart3()` can be found on:
https://www.mathworks.com/help/matlab/ref/swarmchart3.html#responsive_offcanvas

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