Skip to content

Commit e1a2a64

Browse files
committed
Screenshot
1 parent e6f1d6c commit e1a2a64

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ learn a bit of Elisp and because I was disappointed by the switch to
55
closed source license of Runalyze.
66
*For now it is just a small prototype*
77

8+
[[file:Screenshot_2018-10-23_21-43-06.png]]
9+
10+
811
The architecture consists of three components:
912
- org-mode (actually the org-mode text format) to sitore data in human
1013
readable format. Org-mode format will play the same role of maildir

Screenshot_2018-10-23_21-43-06.png

157 KB
Loading

cli/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pandas as pd
55
import numpy as np
66
import matplotlib.pyplot as plt
7-
7+
plt.xkcd()
88

99
def prepare_data(trains, value, groupby, months, muscle):
1010
to_process = trains.copy()

0 commit comments

Comments
 (0)