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 135135 % ---------------------------------------------------------------------%
136136
137137 % -patch name-%
138- if ~isempty(patch_data .DisplayName );
138+ if ~isempty(patch_data .DisplayName )
139139 obj.data{patchIndex }.name = patch_data .DisplayName ;
140140 else
141141 obj.data{patchIndex }.name = patch_data .DisplayName ;
179179 % -patch fillcolor-%
180180 fill = extractPatchFace(patch_data );
181181
182- if strcmp(obj.data{patchIndex }.type,' scatter' );
182+ if strcmp(obj.data{patchIndex }.type,' scatter' )
183183 obj.data{patchIndex }.fillcolor = fill .color ;
184184 else
185185 obj.data{patchIndex }.surfacecolor = fill .color ;
188188 % ---------------------------------------------------------------------%
189189
190190 % -surfaceaxis-%
191- if strcmp(obj.data{patchIndex }.type,' scatter3d' );
191+ if strcmp(obj.data{patchIndex }.type,' scatter3d' )
192192 minstd = min([std(patch_data .XData ) std(patch_data .YData ) std(patch_data .ZData )]);
193193 ind = find([std(patch_data .XData ) std(patch_data .YData ) std(patch_data .ZData )] == minstd )-1 ;
194194 obj.data{patchIndex }.surfaceaxis = ind ;
You can’t perform that action at this time.
0 commit comments