"ax_9_1.set(ylabel=\"Wheat Price (shilling per 1/4 bushel)\",xlabel=\"Wages (shilling per week)\")"
"ax_9_1.plot(y_wheat,y_wages)\n",
"ax_9_1.set(xlabel=\"Wheat Price (shilling per 1/4 bushel)\",ylabel=\"Wages (shilling per week)\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Je ne trouve pas ce graphique très clair... \n",
"Une première idée pour réintroduire le temps dans ce graphique est de colorer la courbe en fonction du temps.\n",
"Encore une fois, je vais m'inspirer d'un exemple de la documentation de [matplotlib](https://matplotlib.org/gallery/lines_bars_and_markers/multicolored_line.html#sphx-glr-gallery-lines-bars-and-markers-multicolored-line-py)"
]
},
{
"cell_type": "code",
"execution_count": 81,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.colorbar.Colorbar at 0x7f3a684c1eb8>"