Skip to content

stem3() not working properly  #236

Closed
@xarico10

Description

@xarico10

stem3() to plot a 3-D chart of discrete data points not working properly.

X = linspace(-pi/2,pi/2,40);
Z = cos(X);
stem3(Z)

fig2plotly(gcf, 'offline', false);

Expected and generated (https://chart-studio.plotly.com/~xarico10/635/#/) plots:

Captura de Pantalla 2021-07-30 a la(s) 6 32 20 p  m

Captura de Pantalla 2021-07-30 a la(s) 6 32 30 p  m

Examples on using stem3() can be found on:
https://www.mathworks.com/help/matlab/ref/stem3.html#btrijff-1

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