Skip to content

EdgeColor Name-Value argument not supported #261

@xarico10

Description

@xarico10

When creating surface plots, specifying a color for the edges of the surface with EdgeColor isn't working.

[X,Y] = meshgrid(1:0.5:10,1:20);
Z = sin(X) + cos(Y);
C = X.*Y;
surf(X,Y,Z,C,'EdgeColor','red')

Previous code should produce a surface with red edges, however, there's no color on the generated plot.

Expected and generated () plot:
Captura de Pantalla 2021-08-02 a la(s) 10 54 26 a  m
Captura de Pantalla 2021-08-02 a la(s) 10 54 42 a  m

Examples on using EdgeColor can be found on:
https://www.mathworks.com/help/matlab/ref/surf.html#bvgs7wv-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions