diff --git a/documents/tuto_emacs_windows/tuto_emacs_windows.md b/documents/tuto_emacs_windows/tuto_emacs_windows.md index 8bc74aa473e758e53265320065c260a2eaed44e8..ae95c6ac8a0ade2cf5c26c0467c40318e601ce8a 100644 --- a/documents/tuto_emacs_windows/tuto_emacs_windows.md +++ b/documents/tuto_emacs_windows/tuto_emacs_windows.md @@ -70,7 +70,8 @@ matplotlib.matplotlib_fname() ![matplotlib](documents/tuto_emacs_windows/images/matplotlib.png) -Ouvrir le fichier `matplotlibrc` et ajouter un `#` devant la ligne qui commence par `backend`, ce qui correspond à utiliser la valeur par défaut `Agg` +Ouvrir le fichier `matplotlibrc` et corriger la ligne `backend: TkAgg` en +`backend: Agg`. --- ---