diff --git a/code/band_structures.py b/code/band_structures.py
index c09ccd15b35e978dfdef03ff2c8d7e11110f1b2f..7789e63c973b9d77837f47e10f385046489d4fd2 100644
--- a/code/band_structures.py
+++ b/code/band_structures.py
@@ -122,3 +122,7 @@ def phonons_1d_2masses():
 def main():
     os.chdir('figures')
     fermi_dirac()
+    phonons_1d()
+    phonons_1d_2masses()
+    meff_1d_tb()
+    tight_binding_1d()