I am stuck in a problem with matplotlib and using numpy.meshgrid.
I have a 3D mesh of points called "grid3" in format x, y, z, pot.
The point mesh is organized in the following way:
x = grid3[:,0]
y = grid3[:,1]
z = grid3[:,2]
pot = grid3[:,3]...
asked by
28.10.2018 / 18:14