ECON 3209 · Week 5, Lecture 3 · Kerala Agricultural University
Autumn 2026
By the end of this lecture, you will be able to:
subplots()savefig()subplots() creates multiple axes in one figuresavefig() exports figures for assignments and reportsdpi=300 is a common standard for print-quality outputbbox_inches="tight" helps avoid clipped labelsPublication-ready does not mean “fancy”; it means accurate, readable, and audience-focused.
A figure should survive three tests: readable on screen, readable in print, and interpretable without the speaker talking over it.
Create a two-panel figure:
plt.tight_layout() before plt.show().subplots() helps organise related charts in one figuresavefig() exports figures for assignments and reportsECON 3209 — Kerala Agricultural University