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.
2 parents 69a0372 + d4cec75 commit 6bb2c5fCopy full SHA for 6bb2c5f
plotly/plotlyfig_aux/handlegraphics/updateImage.m
@@ -107,6 +107,11 @@
107
108
%-------------------------------------------------------------------------%
109
110
+%-set the opacity-%
111
+obj.data{imageIndex}.opacity = image_data.AlphaData;
112
+
113
+%-------------------------------------------------------------------------%
114
115
%-image visible-%
116
obj.data{imageIndex}.visible = strcmp(image_data.Visible,'on');
117
0 commit comments