News

Functions of Two Variables Functions of two variables can be visualized in many ways: heat maps in 2D, contour curves in 2D, wireframes in 3D, surfaces in 3D. We begin by defining a function of two ...
I suspect the problem is that matplotlib needs constant-length arrays to plot two on the same plot. For each 'tick' of the animate function it will need to know what value to write for that instant.