Skip to content

'filled' argument not supported when using stem() #235

Closed
@xarico10

Description

@xarico10

When using stem and indicating the 'filled' argument to fill the marker, empty markers are still being plotted

X = linspace(0,10,20)';
Y = (exp(0.25*X));
stem(X,Y,'filled')

fig2plotly(gcf, 'offline', false);

Expected and generated (https://chart-studio.plotly.com/~xarico10/625/#/) plots:
Captura de Pantalla 2021-07-30 a la(s) 4 43 15 p  m

Captura de Pantalla 2021-07-30 a la(s) 4 42 49 p  m

Examples on using this input argument can be found on:
https://www.mathworks.com/help/matlab/ref/stem.html#btrw_xi-92

Metadata

Metadata

Assignees

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