瀏覽代碼

Looks like the axis kwarg was added to Axes matlab>1.0.1

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
3c343a175b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py 查看文件

@@ -204,4 +204,4 @@ class Task(BaseTask):
fig.autofmt_xdate() fig.autofmt_xdate()


ax = plt.gca() ax = plt.gca()
ax.grid(True, axis="x")
ax.xaxis.grid(True)

Loading…
取消
儲存