Explorar o código

Show host as plot title

Matthias Vogelgesang %!s(int64=7) %!d(string=hai) anos
pai
achega
c07425ac05
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: