From 0a5840a557796d1aeb2f8bf215a77feb3b663c99 Mon Sep 17 00:00:00 2001 From: f82c1c4a1227cdba8ff3317d228324d6 Date: Sat, 30 Mar 2024 14:08:48 +0000 Subject: [PATCH] resultb --- module3/exo3/exercice.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index d44a12f..a20c57c 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -90,7 +90,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Réalisation du graphique pour montrer l'oscillation\n", + "# Réalisation du graphique pour montrer l'oscillation (300 dernières lignes du tableau)\n", "plt.figure(figsize=(15, 6))\n", "plt.plot(data['Date'][-300:], data['Concentration'][-300:], label='CO2 Concentration')\n", "plt.title('CO2 Concentration Over Time')\n", -- 2.18.1