Skip to content

Commit 3405ea7

Browse files
fix issues and awesome improvements in fmesh functionality
1 parent ea4b3ea commit 3405ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/handlegraphics/updateFmesh.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[xsource, ysource] = findSourceAxis(obj,axIndex);
88

99
%-SURFACE DATA STRUCTURE- %
10-
meshData = get(obj.State.Plot(surfaceIndex).Handle)
10+
meshData = get(obj.State.Plot(surfaceIndex).Handle);
1111
figureData = get(obj.State.Figure.Handle);
1212

1313
%-AXIS STRUCTURE-%

0 commit comments

Comments
 (0)