]> git.itanic.dy.fi Git - emerge-timer/commitdiff
Add background grid to the plot
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 5 Apr 2012 13:29:02 +0000 (16:29 +0300)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 5 Apr 2012 13:29:02 +0000 (16:29 +0300)
emerge-timer.py

index 0960caafb2c5a719fce44e53a59e099d815c31d6..cc4d242667ca570e0102d2b298c47c7cc14f07ee 100755 (executable)
@@ -213,6 +213,7 @@ class package:
 
         plt.ylabel("Emerge time [s]")
         plt.suptitle(self.name)
+        plt.grid()
         fig.autofmt_xdate()
         plt.show()