Skip to content

Commit b02bb69

Browse files
committed
Remove debug info
1 parent 4db8eab commit b02bb69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plotly/plotlyfig_aux/handlegraphics/updateBubblecloud.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ function updateBubblecloud(obj,~)
2525

2626
%%%%%%%%%%%%%%%
2727
%Useful for debugging!!!
28-
obj.layout.xaxis1.tickmode='auto';
29-
obj.layout.xaxis1.nticks=11;
30-
obj.layout.xaxis1.showticklabels=0;
31-
obj.layout.yaxis1.tickmode='auto';
32-
obj.layout.yaxis1.nticks=11;
33-
obj.layout.yaxis1.showticklabels=0;
28+
% obj.layout.xaxis1.tickmode='auto';
29+
% obj.layout.xaxis1.nticks=11;
30+
% obj.layout.xaxis1.showticklabels=0;
31+
% obj.layout.yaxis1.tickmode='auto';
32+
% obj.layout.yaxis1.nticks=11;
33+
% obj.layout.yaxis1.showticklabels=0;
3434
%%%%%%%%%%%%%%%
3535

3636
% obj.layout.title.text='<b><b></b></b>';

0 commit comments

Comments
 (0)