resultb

parent a0da9758
......@@ -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",
......
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