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.
1 parent fae13c8 commit 285c427Copy full SHA for 285c427
plotly/plotlyfig_aux/handlegraphics/updateSurfaceplot.m
@@ -8,7 +8,7 @@
8
9
%-SURFACE DATA STRUCTURE- %
10
image_data = get(obj.State.Plot(surfaceIndex).Handle);
11
-
+figure_data = get(obj.State.Figure.Handle);
12
%-AXIS DATA-%
13
eval(['xaxis = obj.layout.xaxis' num2str(xsource) ';']);
14
eval(['yaxis = obj.layout.yaxis' num2str(ysource) ';']);
0 commit comments