News

The .quiver command in matplotlib.pyplot is for plotting many vectors all on the same set of coordinate axes. Much like .arrow it takes four inputs, the starting coordinates and the ending coordinates ...
To have some more control over the coordinate axis we'll use .subplots. The first few lines of code just change the plot from a bounding box to a set of coordinate axis meeting at the origin. This is ...