times: plot a grid

This commit is contained in:
Frédéric Péters 2020-08-02 18:43:34 +02:00
parent e6ac0b2548
commit 8443c4b1ae
1 changed files with 1 additions and 0 deletions

View File

@ -52,4 +52,5 @@ class Command(GraphCommand):
plt.gca().set_ylim([0, 24])
plt.yticks(range(24), list(range(4, 24)) + list(range(0, 4)))
plt.grid()
self.plot(options)