Skip to content

Commit d760a24

Browse files
authored
Merge pull request #3 from 3alimoh/3alimoh-patch-3
Update updateSurfaceplot.m
2 parents 285c427 + 2e1f93a commit d760a24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plotly/plotlyfig_aux/handlegraphics/updateSurfaceplot.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,8 @@
6565
%-image colorscale-%
6666

6767
cmap = figure_data.Colormap;
68-
% or try this one cmap = colormap;
69-
7068

7169
for c = 1: length(cmap)
72-
%col = 255*(colormap);
7370
x1=(c-1)/length(cmap);
7471
if x1 > 0.99
7572
x=round(x1);

0 commit comments

Comments
 (0)