We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[X,Y] = meshgrid(1:0.5:10,1:20); Z = sin(X) + cos(Y); sl = surfl(X,Y,Z,'light'); sl(2).Color = 'r'; fig2plotly(gcf, 'TreatAs', 'surfl');
sl(2).Color = 'r'; does not do anything, it is supposed to change color of peaks.
sl(2).Color = 'r';