From 860eaec3dfa3e106a79871ceee868e5dcdd97c9f Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Thu, 22 Jun 2017 09:33:43 -0400 Subject: [PATCH] comment out figure saving to file --- notebooks/crrt-notebook.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notebooks/crrt-notebook.ipynb b/notebooks/crrt-notebook.ipynb index 56690d4..636307b 100644 --- a/notebooks/crrt-notebook.ipynb +++ b/notebooks/crrt-notebook.ipynb @@ -54578,7 +54578,9 @@ " ax.set_ylim([-0.1,1.0])\n", "\n", " plt.legend(handles=legend_handle,loc='best')\n", - " plt.savefig('crrt_' + str(iid) + '.png')" + " \n", + " # if you want to save the figures, uncomment the line below\n", + " #plt.savefig('crrt_' + str(iid) + '.png')" ] }, {