The equations for several curves
were mentioned in the video
Why
Use graphics.py. For more information click HERE . (download, install, documentation, etc.)
Use Cartesian coordinates centered in the graphics window. Scale and center the curve values to fit the window.
Create your own Cartesian plot function and plot the following curves. (x,y origin in the center of the graphics window. Also draw the x,y axes.)
Note: This is a problem in translating equations into code and scaling data.
Plot the curves using a Python plot package.
I suggest you use the pyplot or related modules.
matplotlib.pyplot (documentation and examples)
Coordinate conversion functions
(window
Coordinate conversion function with offset origin
(Cartesian