mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
fix(stats): fix GitHub org formatting
This commit is contained in:
parent
8eeee8e301
commit
382bc7b3f3
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ git -C $REPO log --pretty="%H %cI" | get_lengths >> data/lengths.csv
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
|
|
||||||
* Plot
|
* Plot
|
||||||
** Load the data
|
** Load the data
|
||||||
#+begin_src python
|
#+begin_src python
|
||||||
|
|
@ -166,6 +167,7 @@ with pd.option_context('display.max_rows', 10):
|
||||||
|
|
||||||
241 rows × 5 columns
|
241 rows × 5 columns
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
** Plot
|
** Plot
|
||||||
#+begin_src python :file img/emacs-vim.png
|
#+begin_src python :file img/emacs-vim.png
|
||||||
fig, ax = plt.subplots(figsize=(12, 6))
|
fig, ax = plt.subplots(figsize=(12, 6))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue