From 4cc4d851282b799b8e59df655801b21ae405e720 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sat, 10 Aug 2019 19:35:38 +0200 Subject: [PATCH] formatting --- matter.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matter.org b/matter.org index abc18ac..51592b3 100644 --- a/matter.org +++ b/matter.org @@ -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)