mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +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
|
||||
|
||||
#+RESULTS:
|
||||
|
||||
* Plot
|
||||
** Load the data
|
||||
#+begin_src python
|
||||
|
|
@ -166,6 +167,7 @@ with pd.option_context('display.max_rows', 10):
|
|||
|
||||
241 rows × 5 columns
|
||||
:END:
|
||||
|
||||
** Plot
|
||||
#+begin_src python :file img/emacs-vim.png
|
||||
fig, ax = plt.subplots(figsize=(12, 6))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue