Why should the x and y arrays supplied to a basic scatter plot have the same length?
x
y
Equal lengths force the saved image to be square
NumPy can import only equal arrays
Each plotted point needs one x coordinate paired with one y coordinate
Both arrays must contain identical values