From ad83ba3146ce9af24d28e914f5ec940c6b109a25 Mon Sep 17 00:00:00 2001 From: ncolonna Date: Fri, 14 Jun 2024 17:39:40 +0200 Subject: [PATCH] pep8 compliant --- tutorials/tutorial_6/plot_bands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/tutorial_6/plot_bands.py b/tutorials/tutorial_6/plot_bands.py index 570d5e97f..23398dc7c 100644 --- a/tutorials/tutorial_6/plot_bands.py +++ b/tutorials/tutorial_6/plot_bands.py @@ -19,6 +19,5 @@ ax.legend(loc='lower right', ncol=2, bbox_to_anchor=(1, 1)) ax.set_ylim([-5, 5]) -#plt.show() plt.savefig('cri3_bandstructures.png')