Skip to content

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

New issue

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

Closed
xarico10 opened this issue Jul 30, 2021 · 0 comments
Closed

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

xarico10 opened this issue Jul 30, 2021 · 0 comments
Assignees

Comments

@xarico10
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant