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 ea4b3ea commit 3405ea7Copy full SHA for 3405ea7
plotly/plotlyfig_aux/handlegraphics/updateFmesh.m
@@ -7,7 +7,7 @@
7
[xsource, ysource] = findSourceAxis(obj,axIndex);
8
9
%-SURFACE DATA STRUCTURE- %
10
-meshData = get(obj.State.Plot(surfaceIndex).Handle)
+meshData = get(obj.State.Plot(surfaceIndex).Handle);
11
figureData = get(obj.State.Figure.Handle);
12
13
%-AXIS STRUCTURE-%
0 commit comments