Skip to content

pcolor() default colors and grid not matching #264

Closed
@xarico10

Description

@xarico10

When using pcolor() to create a pseudocolor plot, default colors and grid isn't matching.

C = hadamard(20);
pcolor(C)


fig2plotly(gcf, 'offline', false);

Expected and generated (https://chart-studio.plotly.com/~xarico10/793/#/) plots:
Captura de Pantalla 2021-08-02 a la(s) 11 27 47 a  m
Captura de Pantalla 2021-08-02 a la(s) 11 28 11 a  m

The colors aren't the same, the grid isn't printed and the plot starts at (1,1) coordinate, when it should start at (0,0).

Examples on using pcolor() can be found on:
https://www.mathworks.com/help/matlab/ref/pcolor.html#responsive_offcanvas

Metadata

Metadata

Labels

⭐⭐⭐ multiplierIssues that could close multiple related issues at once

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions