Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
83bf50fc8bf8249d7a09086058f8c99d
mooc-rr
Commits
066b908f
Commit
066b908f
authored
May 17, 2020
by
83bf50fc8bf8249d7a09086058f8c99d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout N.B. backend
parent
b472950f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
tuto_emacs_windows.md
documents/tuto_emacs_windows/tuto_emacs_windows.md
+18
-1
No files found.
documents/tuto_emacs_windows/tuto_emacs_windows.md
View file @
066b908f
...
@@ -70,7 +70,24 @@ matplotlib.matplotlib_fname()
...
@@ -70,7 +70,24 @@ matplotlib.matplotlib_fname()


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 :

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`
.
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment