File tree 1 file changed +6
-2
lines changed
plotly/plotlyfig_aux/handlegraphics
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 94
94
% -image name-%
95
95
try
96
96
obj.data{imageIndex }.name = image_data .DisplayName ;
97
+ catch
98
+ obj.data{imageIndex }.name = ' ' ;
97
99
end
98
100
99
101
% -------------------------------------------------------------------------%
119
121
% -------------------------------------------------------------------------%
120
122
121
123
% -image zmax-%
122
- % axis_data.CLim(2); % comment this as optional
123
- obj.data{imageIndex }.zmax = 255 ;
124
+ axis_data .CLim(2 );
125
+ % obj.data{imageIndex}.zmax = 255; % comment this as optional
124
126
125
127
% -------------------------------------------------------------------------%
126
128
150
152
end
151
153
152
154
obj.data{imageIndex }.showlegend = showleg ;
155
+ catch
156
+ % TODO to future
153
157
end
154
158
155
159
% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments