I have the following Python 3.10 script to generate a simple 3D Scatter Plot with MatPlotLib, according to the 
However, I was wondering whether it would be possible to connect & fill the scatter points, to create a "face" of sorts, and to provide a color for it. In this case, it would be as such:
I looked around the other MatPlotLib tutorials, notably the ones for the 

