Update exercice_python_fr.org

parent 3b2122bf
......@@ -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
>>> >>> ... ... <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]]
** 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