In [2]:
import numpy as np
In [9]:
xv=np.linspace(0,1,3)
yv=np.linspace(0,1,2)
np.meshgrid([2,2],[1,1])
Out[9]:
In [ ]:
In [ ]:
In [ ]: