Skip to content

Commit 285c427

Browse files
authored
Update updateSurfaceplot.m
1 parent fae13c8 commit 285c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/handlegraphics/updateSurfaceplot.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
%-SURFACE DATA STRUCTURE- %
1010
image_data = get(obj.State.Plot(surfaceIndex).Handle);
11-
11+
figure_data = get(obj.State.Figure.Handle);
1212
%-AXIS DATA-%
1313
eval(['xaxis = obj.layout.xaxis' num2str(xsource) ';']);
1414
eval(['yaxis = obj.layout.yaxis' num2str(ysource) ';']);

0 commit comments

Comments
 (0)