This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Looks like the axis kwarg was added to Axes matlab>1.0.1
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
3858692247
commit
3c343a175b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot/tasks/afc_history.py
+ 1
- 1
bot/tasks/afc_history.py
View File
@@ -204,4 +204,4 @@ class Task(BaseTask):
fig.autofmt_xdate()
ax = plt.gca()
ax.grid(True
, axis="x"
)
ax.
xaxis.
grid(True)
Write
Preview
Loading…
Cancel
Save