Matthias Vogelgesang пре 8 година
родитељ
комит
c07425ac05
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      plot

+ 1 - 0
plot

@@ -34,6 +34,7 @@ if __name__ == '__main__':
 
         df = pd.DataFrame(data, index=pd.to_datetime(dates))
         df.plot()
+        plt.title(host)
 
 
     if args.output: