diff --git a/module3/exo3/exercice_python_fr.org b/module3/exo3/exercice_python_fr.org index 870ae88e2161f8472382a3f845ef7ea4623871b3..61b32055f8ce445c018b475846fe1b9eba1cd1f3 100644 --- a/module3/exo3/exercice_python_fr.org +++ b/module3/exo3/exercice_python_fr.org @@ -87,7 +87,7 @@ Nom du plot lineaire : #+NAME: plot_linear_emacs - plot-linear.png -#+begin_src python :results output :session :export both :var plot_linear=plot_linear_emacs +#+begin_src python :results silent :session :export both :var plot_linear=plot_linear_emacs import matplotlib.pyplot as plt for i in range(len(df)): @@ -100,26 +100,6 @@ plt.yscale("linear") plt.savefig(plot_linear[0]) #+end_src -#+RESULTS: -#+begin_example - ->>> >>> ... ... - - - - - - - - - - - - - - -#+end_example - [[file:plot-linear.png]] ** Affichage des donnees (echelle logarithmique)