x = np.linspace(-2.0, 2.0, 100) y1 = 1 / (4 * 2) * x**2 # Parabola with focal length f = 2 y2 = 1 / (4 * 6) * x**2 # Parabola with focal length f = 6 plt.figure ...
Branched version of uwsgi-nginx-flask-docker with the example-flask-python3.6-index modified to support matlibplot in python. The example HTML static index is modified with the following additions: ...