Commit 54389893 authored by escuiller's avatar escuiller

retouche intégration figure 1

parent 78d0b053
......@@ -158,7 +158,7 @@ plt.savefig("incidence_hebdo_varicelle.png")
: plt.savefig("incidence_hebdo_varicelle.png")
: NameError: name 'plt' is not defined
[[file:"incidence_hebdo_varicelle.png"]]
[[./incidence_hebdo_varicelle.png]]
Zoom sur une année pour situer à quel mois se situe de pic annuel.
......@@ -222,6 +222,8 @@ print("année : ", donn.idxmax())
: année : Incidence annuelle 2009
: dtype: int64
Epidémie la plus faible.
#+begin_src python :results output :session :exports both
print("incidence min : ", donn.min())
print("année : ", donn.idxmin())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment