lecture1 axes limits are incorrect.

Issue #3 new
Erich Foster created an issue

When running

make plots

The figures do not have the correct axes limits, however adding

plt.axis([x.min(), x.max(), y.min(), y.max()])

to lines 35 and 45 fixes the issue.

Comments (1)

  1. Log in to comment