Skip to content

3-D contour plots not supported #247

Closed
@xarico10

Description

@xarico10

When using contour3() to create a 3-D contour plot, a regular 2-D plot is being created instead.

[X,Y] = meshgrid(-5:0.25:5);
Z = X.^2 + Y.^2;
contour3(Z)

fig2plotly(gcf, 'offline', false);

Expected and generated (https://chart-studio.plotly.com/~xarico10/741/#/) plots:
Captura de Pantalla 2021-07-31 a la(s) 12 30 34 a  m
Captura de Pantalla 2021-07-31 a la(s) 6 41 06 p  m

Examples on using contour3() can be found on:
https://www.mathworks.com/help/matlab/ref/contour3.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