Skip to content

Commit d4cec75

Browse files
fix issue #282
1 parent de5c929 commit d4cec75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plotly/plotlyfig_aux/handlegraphics/updateImage.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107

108108
%-------------------------------------------------------------------------%
109109

110+
%-set the opacity-%
111+
obj.data{imageIndex}.opacity = image_data.AlphaData;
112+
113+
%-------------------------------------------------------------------------%
114+
110115
%-image visible-%
111116
obj.data{imageIndex}.visible = strcmp(image_data.Visible,'on');
112117

0 commit comments

Comments
 (0)