diff options
Diffstat (limited to 'rotord/httplot')
| -rwxr-xr-x | rotord/httplot | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
