Skip to content
Snippets Groups Projects
Commit b0241799 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Show day and month in xlabel

parent dd46c153
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,7 @@ class CalibrateAHRS(kp.Module):
def create_plot(self):
print(self.__class__.__name__ + ": updating plot.")
# xfmt = md.DateFormatter('%Y-%m-%d %H:%M')
xfmt = md.DateFormatter('%H:%M')
xfmt = md.DateFormatter('%Y-%m-%d %H:%M')
xlim = (datetime.utcfromtimestamp(time.time() -
self.time_range * 60 * 60),
datetime.utcnow())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment