You need to sign in or sign up before continuing.

Update Readme.md

parent 59b79501
...@@ -66,3 +66,13 @@ Pour cela il faut utiliser les commandes ci dessous. ...@@ -66,3 +66,13 @@ Pour cela il faut utiliser les commandes ci dessous.
|Minimum|``np.min(List)``| |Minimum|``np.min(List)``|
|Maximum|``np.max(List)``| |Maximum|``np.max(List)``|
### Exercice 02-3 : Réaliser un affichage graphique
Pour tracer un graphique utiliser ``import matplotlib.pyplot as plt``
| **Calcul** | **Exemple** |
|---|---|
|Graphique|``plt.plot(List)``|
|Histogramme|``plt.hist(List)``|
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