You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x, y = np.loadtxt('exampleForMatplotlib.txt', delimiter = ',', unpack = True) # This unpacking makes x and y(variables) into array data type and not lists.