We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db8eab commit b02bb69Copy full SHA for b02bb69
plotly/plotlyfig_aux/handlegraphics/updateBubblecloud.m
@@ -25,12 +25,12 @@ function updateBubblecloud(obj,~)
25
26
%%%%%%%%%%%%%%%
27
%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;
+% obj.layout.xaxis1.tickmode='auto';
+% obj.layout.xaxis1.nticks=11;
+% obj.layout.xaxis1.showticklabels=0;
+% obj.layout.yaxis1.tickmode='auto';
+% obj.layout.yaxis1.nticks=11;
+% obj.layout.yaxis1.showticklabels=0;
34
35
36
% obj.layout.title.text='<b><b></b></b>';
0 commit comments