Superposition des deux graphiques

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