Transparency for Poly3DCollection plot in matplotlib
问题 I am trying to draw some objects with the fabulous Matplotlib package for Python. These objects consist of points implemented with plt.scatter() and patches implemented with Poly3DCollection . I would like to have the patches with a slight transparency so that the points and edges behind the patches can be seen. Here the code and plot I already generated. Seems I am almost there, just missing the feature of transparency. Interestingly, if I first plot the Ploy3DCollection and afterwards the