Permalink
Browse files
comment out figure saving to file
- Loading branch information...
Showing
with
3 additions
and
1 deletion.
-
+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