Permalink
Browse files

comment out figure saving to file

  • Loading branch information...
1 parent de75419 commit 860eaec3dfa3e106a79871ceee868e5dcdd97c9f @alistairewj alistairewj committed Jun 22, 2017
Showing with 3 additions and 1 deletion.
  1. +3 −1 notebooks/crrt-notebook.ipynb
@@ -54578,7 +54578,9 @@
" ax.set_ylim([-0.1,1.0])\n", " ax.set_ylim([-0.1,1.0])\n",
"\n", "\n",
" plt.legend(handles=legend_handle,loc='best')\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')"
] ]
}, },
{ {

0 comments on commit 860eaec

Please sign in to comment.