Looks like transfer_functions.shade() only allows dynamic alpha when the cmap is a single color. That is, if an arbitrary RGBA colormap is passed as cmap, the alpha value of that colormap is ignored and a global alpha value is applied to the RGB values pulled from the colormap. Is this the intended behavior?
Looks like
transfer_functions.shade()only allows dynamic alpha when thecmapis a single color. That is, if an arbitrary RGBA colormap is passed ascmap, the alpha value of that colormap is ignored and a global alpha value is applied to the RGB values pulled from the colormap. Is this the intended behavior?