edit lien pip 3
This commit is contained in:
@@ -29,7 +29,7 @@ Nous allons utiliser la bibliothèque `Matplotlib`
|
|||||||
Pour commencer, il faut installer `matplotlib` si ce n'est pas déjà fait. Cela se fait généralement via pip :
|
Pour commencer, il faut installer `matplotlib` si ce n'est pas déjà fait. Cela se fait généralement via pip :
|
||||||
|
|
||||||
```python
|
```python
|
||||||
pip install --upgrade --proxy= 172.16.0.253:3128 matplotlib
|
pip install --upgrade --proxy=172.16.0.253:3128 matplotlib
|
||||||
```
|
```
|
||||||
|
|
||||||
Ensuite, pour utiliser `matplotlib`, on commence par importer le module `pyplot`, souvent sous l'alias `plt` :
|
Ensuite, pour utiliser `matplotlib`, on commence par importer le module `pyplot`, souvent sous l'alias `plt` :
|
||||||
|
|||||||
Reference in New Issue
Block a user