(y, x) = np.meshgrid(np.arange(ymin, ymax + 1), np.arange(xmin, xmax + 1)) I am trying to write this line of code in JS. Could you anyone help me find an equivalent for np.m