From 123634924b6011abcb41381ecf3d3b3a1dc14ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 23 Jun 2015 16:27:28 +0200 Subject: [PATCH] Removed fix iplot flag. --- pylot/core/pick/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylot/core/pick/utils.py b/pylot/core/pick/utils.py index df023044..58fd99a2 100644 --- a/pylot/core/pick/utils.py +++ b/pylot/core/pick/utils.py @@ -493,7 +493,6 @@ def wadaticheck(pickdic, dttolerance, iplot): wfitflag = 1 # plot results - iplot=2 if iplot > 1: plt.figure(iplot) f1, = plt.plot(Ppicks, SPtimes, 'ro')