File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plotly/plotlyfig_aux/handlegraphics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function updateScatter(obj,scatterIndex)
5
5
% -INITIALIZATIONS-%
6
6
axIndex = obj .getAxisIndex(obj .State .Plot(scatterIndex ).AssociatedAxis);
7
7
[xSource , ySource ] = findSourceAxis(obj ,axIndex );
8
- scatterData = get(obj .State .Plot(scatterIndex ).Handle)
8
+ scatterData = get(obj .State .Plot(scatterIndex ).Handle);
9
9
10
10
try
11
11
isScatter3D = isfield(scatterData ,' ZData' );
@@ -52,11 +52,11 @@ function updateScatter(obj,scatterIndex)
52
52
end
53
53
54
54
if length(markerColor ) == 1
55
- obj.data{scatterIndex }.marker.color = markerColor{1 }
55
+ obj.data{scatterIndex }.marker.color = markerColor{1 };
56
56
end
57
57
58
58
if length(markerLineColor ) == 1
59
- obj.data{scatterIndex }.marker.line.color = markerLineColor{1 }
59
+ obj.data{scatterIndex }.marker.line.color = markerLineColor{1 };
60
60
end
61
61
62
62
% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments