Ajout N.B. backend

parent b472950f
...@@ -70,7 +70,24 @@ matplotlib.matplotlib_fname() ...@@ -70,7 +70,24 @@ matplotlib.matplotlib_fname()
![matplotlib](documents/tuto_emacs_windows/images/matplotlib.png) ![matplotlib](documents/tuto_emacs_windows/images/matplotlib.png)
Ouvrir le fichier `matplotlibrc` et corriger la ligne `backend: TkAgg` en Ouvrir le fichier `matplotlibrc` et corriger la ligne
```
backend: TkAgg
```
en
```
backend: Agg
```
N.B. : Cette option empêche l'affichage des graphiques dans Python :
![matplotlib2](documents/tuto_emacs_windows/images/matplotlib2.png)
Si vous devez passer d'un logiciel à l'autre, je suggère d'avoir deux fichiers
`matplotlibrc`, un avec la ligne `backend: TkAgg` et un autre avec la ligne
`backend: Agg`. `backend: Agg`.
--- ---
......
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