From c62480ec87169f68a064830f311883230bc32f4d Mon Sep 17 00:00:00 2001 From: 521adc37f04e8509ebf5ce131815aa0a <521adc37f04e8509ebf5ce131815aa0a@app-learninglab.inria.fr> Date: Mon, 8 Feb 2021 11:20:56 +0000 Subject: [PATCH] Superposition des deux graphiques --- module3/exo3/exercice.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index df7c783..4bebfa5 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -1108,11 +1108,11 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "## Superposition des deux graphiques" + ] }, { "cell_type": "code", @@ -1143,7 +1143,7 @@ } ], "source": [ - "# Superposition des deux graphiques\n", + "\n", "\n", "p = plt.bar(my_data[\"Unnamed: 0\"], my_data[\"Wheat\"]), plt.plot(my_data[\"Unnamed: 0\"], my_data[\"Wages\"], \"r--\")\n", "\n", -- 2.18.1