From: Esko Kokkonen Date: Thu, 5 Apr 2012 13:29:02 +0000 (+0300) Subject: Add background grid to the plot X-Git-Url: http://git.itanic.dy.fi/?p=emerge-timer;a=commitdiff_plain;h=82c35a994e1b0f6ab3acb4659ac697ca36edf808 Add background grid to the plot --- diff --git a/emerge-timer.py b/emerge-timer.py index 0960caa..cc4d242 100755 --- a/emerge-timer.py +++ b/emerge-timer.py @@ -213,6 +213,7 @@ class package: plt.ylabel("Emerge time [s]") plt.suptitle(self.name) + plt.grid() fig.autofmt_xdate() plt.show()