From 3c343a175bf8d6af0bb744edd80193ee0ca83fde Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 20 Nov 2011 01:36:31 -0500 Subject: [PATCH] Looks like the axis kwarg was added to Axes matlab>1.0.1 --- 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 3dbe50e..b1b4373 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.grid(True, axis="x") + ax.xaxis.grid(True)