I'd like to achieve a plot below:
Every point looks like a ball. The first idea came to my mind is do customization markers. I found the Phong shading model very useful to generate shading balls. But I have no idea how can I use it in matplotlib. Or is there any simpler method to achieve this?