Featured post
python - Transparent 3D bar graphs -
i generate 3d bar graphs transparent surfaces can see going on behind tall bars.
the mplot3d api docs keywords allowed bar3d
function. pass required parameters can output graphs solid surfaces. these , these bar graphs show semi-transparent surfaces.
i tried keyword alpha
(as used elsewhere similar purpose) not recognized:
exception value: bar3d() got unexpected keyword argument 'alpha'
and zsort
parameter doesn't seem working either although used in 1 of examples above:
exception value: bar3d() got unexpected keyword argument 'zsort'
how can generate transparent bar graphs?
my best guess might find bar3d() order of coloring , matlibplot colors of use.
that say, understanding transparency should handled in alpha value of given color used (as rgba argument used in manner described in first link).
having said that, can't explain why example source code linked works @ (maybe doesn't?)!
- Get link
- X
- Other Apps
Comments
Post a Comment