File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plotly/plotlyfig_aux/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 285
285
% -tick0-%
286
286
colorbar.tick0 = str2double(colorbar_data .YTickLabel(1 ,: ));
287
287
% -dtick-%
288
- colorbar.dtick = str2double(colorbar_data .YTickLabel(2 ,: ))- str2double(colorbar_data .YtickLabel (1 ,: ));
288
+ colorbar.dtick = str2double(colorbar_data .YTickLabel(2 ,: )) - str2double(colorbar_data .YTickLabel (1 ,: ));
289
289
end
290
290
end
291
291
end
318
318
% -tick0-%
319
319
colorbar.tick0 = str2double(colorbar_data .XTickLabel(1 ,: ));
320
320
% -dtick-%
321
- colorbar.dtick = str2double(colorbar_data .XTickLabel(2 ,: ))- str2double(colorbar_data .XtickLabel (1 ,: ));
321
+ colorbar.dtick = str2double(colorbar_data .XTickLabel(2 ,: )) - str2double(colorbar_data .XTickLabel (1 ,: ));
322
322
end
323
323
end
324
324
end
You can’t perform that action at this time.
0 commit comments