This issue bundles the remaining unchecked editorial items from QuantEcon/lecture-python-intro#491. The ak2 lecture was removed from lecture-python-intro in QuantEcon/lecture-python-intro#549 and now lives here, so the open suggestions are being re-filed against this repo for triage.
The section/equation numbers below reference the version of the lecture as it stood when the original issue was filed; reviewers should map them to the current section structure here.
Content
Code
Context
Originally filed by @Jiarui-ZH at QuantEcon/lecture-python-intro#491 with comments from @pgrosser1. Items already done in the original issue (rephrasing around equations 31.3 and 31.8, replacing njit usage) were addressed before the lecture moved, so they aren't repeated here. The related sub-issue QuantEcon/lecture-python-intro#507 is closed.
This issue bundles the remaining unchecked editorial items from QuantEcon/lecture-python-intro#491. The
ak2lecture was removed fromlecture-python-introin QuantEcon/lecture-python-intro#549 and now lives here, so the open suggestions are being re-filed against this repo for triage.The section/equation numbers below reference the version of the lecture as it stood when the original issue was filed; reviewers should map them to the current section structure here.
Content
Code
plt.<...>and replace withfig, ax = plt.subplots()/ax.<...>style. Use the default figure size, make the plotting code stand out clearly, and let matplotlib pick colours rather than hard-coding them.Context
Originally filed by @Jiarui-ZH at QuantEcon/lecture-python-intro#491 with comments from @pgrosser1. Items already done in the original issue (rephrasing around equations 31.3 and 31.8, replacing
njitusage) were addressed before the lecture moved, so they aren't repeated here. The related sub-issue QuantEcon/lecture-python-intro#507 is closed.