Parcourir la source

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

tags/v0.1^2
Ben Kurtovic il y a 12 ans
Parent
révision
3c343a175b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py Voir le fichier

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

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

Chargement…
Annuler
Enregistrer