From d1e12e5dbc41e9d05b40b611d7e62affb15b2ec7 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 27 Jan 2014 15:52:21 +0000 Subject: change meaning of random frequency --- rotord/httplot | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/httplot') diff --git a/rotord/httplot b/rotord/httplot index 8f48dce..fb3841c 100755 --- a/rotord/httplot +++ b/rotord/httplot @@ -36,6 +36,7 @@ import matplotlib.pyplot as plt plt.plot(x,y) plt.ylabel('signal') plt.xlabel('time') +plt.title(args.path) plt.show() #print response -- cgit v1.2.3