Skip to content

contour() not working correctly #251

Closed
@xarico10

Description

@xarico10

When using contour() to create a contour plot with lines only, a filled plot is being created instead.

[X,Y,Z] = peaks;
contour(X,Y,Z)

fig2plotly(gcf, 'offline', false);

Expected and generated (https://chart-studio.plotly.com/~xarico10/709/#/) plots:
Captura de Pantalla 2021-07-31 a la(s) 12 32 04 p  m
Captura de Pantalla 2021-07-31 a la(s) 12 32 22 p  m

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