From 78fb75c1fc6b6b490db369112fddfac05c0194ad Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 5 Jan 2016 17:50:48 +0000 Subject: [PATCH] Switched off plot saving by default. --- tools/plot_builtin_wave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot_builtin_wave.py b/tools/plot_builtin_wave.py index 33f80bdd..1401acb0 100644 --- a/tools/plot_builtin_wave.py +++ b/tools/plot_builtin_wave.py @@ -87,4 +87,4 @@ else: plt.show() # Save a PDF of the figure -fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1) \ No newline at end of file +#fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.png', dpi=150, format='png', bbox_inches='tight', pad_inches=0.1) \ No newline at end of file