Explorar el Código

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

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
3c343a175b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py Ver fichero

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

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

Cargando…
Cancelar
Guardar