Update exercice_python_fr.org

parent 3b2122bf
...@@ -87,7 +87,7 @@ Nom du plot lineaire : ...@@ -87,7 +87,7 @@ Nom du plot lineaire :
#+NAME: plot_linear_emacs #+NAME: plot_linear_emacs
- plot-linear.png - 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 import matplotlib.pyplot as plt
for i in range(len(df)): for i in range(len(df)):
...@@ -100,26 +100,6 @@ plt.yscale("linear") ...@@ -100,26 +100,6 @@ plt.yscale("linear")
plt.savefig(plot_linear[0]) plt.savefig(plot_linear[0])
#+end_src #+end_src
#+RESULTS:
#+begin_example
>>> >>> ... ... <matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.axes._subplots.AxesSubplot object at 0x7f66c1db9f10>
<matplotlib.legend.Legend object at 0x7f66c1cb0cd0>
#+end_example
[[file:plot-linear.png]] [[file:plot-linear.png]]
** Affichage des donnees (echelle logarithmique) ** Affichage des donnees (echelle logarithmique)
......
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