From 988e0b9472489657f86838362b176863ec42d0fd Mon Sep 17 00:00:00 2001 From: andreas128 Date: Fri, 8 Sep 2017 10:05:56 +0200 Subject: Cleanup and change logging plots to svg --- dpd/src/subsample_align.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpd/src/subsample_align.py') diff --git a/dpd/src/subsample_align.py b/dpd/src/subsample_align.py index cc2b975..6d1cd2a 100755 --- a/dpd/src/subsample_align.py +++ b/dpd/src/subsample_align.py @@ -74,7 +74,7 @@ def subsample_align(sig, ref_sig, plot=False): taus = corr(ixs) dt = datetime.datetime.now().isoformat() - tau_path = (logging_path + "/" + dt + "_tau.pdf") + tau_path = (logging_path + "/" + dt + "_tau.svg") plt.plot(ixs, taus) plt.title("Subsample correlation, minimum is best: {}".format(best_tau)) plt.savefig(tau_path) -- cgit v1.2.3