File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
plotly/plotlyfig_aux/handlegraphics Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 9494% -image name-%
9595try
9696 obj.data{imageIndex }.name = image_data .DisplayName ;
97+ catch
98+ obj.data{imageIndex }.name = ' ' ;
9799end
98100
99101% -------------------------------------------------------------------------%
119121% -------------------------------------------------------------------------%
120122
121123% -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
124126
125127% -------------------------------------------------------------------------%
126128
150152 end
151153
152154 obj.data{imageIndex }.showlegend = showleg ;
155+ catch
156+ % TODO to future
153157end
154158
155159% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments