From 3807a85c3992889033464ea8fd6ecc27370f44ef Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 25 Feb 2016 10:40:38 +0000 Subject: [PATCH] Commented out manual setting of y-axis limits. --- tools/plot_Ascan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index 59974057..fdffae49 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -125,7 +125,7 @@ for rx in range(1, nrx + 1): fig, ax = plt.subplots(subplot_kw=dict(xlabel='Time [s]', ylabel=outputtext + ' field strength [V/m]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w') line = ax.plot(time, outputdata,'r', lw=2, label=outputtext) ax.set_xlim([0, np.amax(time)]) - ax.set_ylim([-0.25, 0.20]) + #ax.set_ylim([-0.25, 0.20]) ax.grid() if 'H' in output: