formatting

This commit is contained in:
Phuntsok Drak-pa 2019-08-10 19:35:38 +02:00
parent e1d072af76
commit 4cc4d85128
1 changed files with 2 additions and 1 deletions

View File

@ -291,7 +291,8 @@ src_latex{\newpage}
#+begin_src python :session :results file :exports results
import matplotlib.pyplot as plt
labels = ['Paganisme', 'Athéisme', 'Monothéismes divers', 'Bouddhisme', 'Divers']
labels = ['Paganisme', 'Athéisme', 'Monothéismes divers', 'Bouddhisme',
'Divers']
sizes = [68, 15, 9, 6, 2]
colors = ['yellowgreen', 'gold', 'lightskyblue', 'lightcoral', 'red']
patches, texts = plt.pie(sizes, colors=colors, shadow=False, startangle=90)