Como criar uma matriz Numpy usando dois vetores
2d_array = np.column_stack((x, y))
Abdelrahman Osama
2d_array = np.column_stack((x, y))