From 8f2b82b254adf6316a3beb66b5abfe86f65e7140 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 20 Nov 2011 01:38:58 -0500 Subject: [PATCH] Wrong axis! --- bot/tasks/afc_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/tasks/afc_history.py b/bot/tasks/afc_history.py index b1b4373..07a0e9f 100644 --- a/bot/tasks/afc_history.py +++ b/bot/tasks/afc_history.py @@ -204,4 +204,4 @@ class Task(BaseTask): fig.autofmt_xdate() ax = plt.gca() - ax.xaxis.grid(True) + ax.yaxis.grid(True)