How to plot a 3D weight function in python with matplotlib
问题 Is there any Python library/function in order to print in 3D the function "weight" weight(x,y,z) = x**(y*z) + y**(x*z) + z**(x*y) with Python and Matplotlib ? Here is already an interesting link How to plot a 3D density map in python with matplotlib but it shows a density instead of a weight for distributed coordinates X Y Z, for example from -5 to +5 with regular steps 0.1 (where solutions for the weight exists in real numbers). I am just playing around with some math functions and wanted to