"ax3.set(xbound=[1550,1850],ybound=[0,100],ylabel=\"Wheat Price (shilling per 1/4 bushel)\",xlabel=\"Year\",Title=\"Evolution of wheat prices and wages\")\n",
"ax_4_1.set(xbound=[1550,1850],ybound=[0,100],ylabel=\"Wheat Price (shilling per 1/4 bushel)\",xlabel=\"Year\",Title=\"Evolution of wheat prices and wages\")\n",
"Si j'essaie de mettre la meme échelle à droite et à gauche pour ne pas avoir de superposition des coubres, il y a un décalage qui apparait ! Il doit manquer une option quelque part !!"
]
},
{
...
...
@@ -750,7 +756,24 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"graphique5 = plt.figure()\n",
"ax_5_1 = graphique5.add_subplot(111)\n",
"ax_5_1.set(xbound=[1550,1850],ybound=[0,100],ylabel=\"Wheat Price (shilling per 1/4 bushel)\",xlabel=\"Year\",Title=\"Evolution of wheat prices and wages\")\n",