fix(stats): fix GitHub org formatting

This commit is contained in:
Pavel Korytov 2021-04-22 18:47:30 +03:00 committed by GitHub
parent 8eeee8e301
commit 382bc7b3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))