diff --git a/evolution_cultures_year.ipynb b/evolution_cultures_year.ipynb index 8fc0c67012e556a39feba81ceb4a905d667582a3..0f49c06f95add0a1b225a5d1eab0444fc2c4b57c 100644 --- a/evolution_cultures_year.ipynb +++ b/evolution_cultures_year.ipynb @@ -116,17 +116,7 @@ "\n", "All figures in [`fig/`](fig/)\n", "\n", - "## Graphs\n", - "\n", - "### Categories\n", - "\n", - "| Breeding | Cereales | Autre |\n", - "|:-------------------------:|:--------------------------:|:-----------------------:|\n", - "|  |  |  |\n", - "\n", - "### Total\n", - "\n", - "\n" + "## Graphs\n" ], "cell_type": "markdown", "metadata": {} @@ -147,7 +137,8 @@ ], "source": [ "from IPython.display import display, Image\n", - "display(Image(filename='fig/evol_total.png'))" + "for i in [\"elevage\", \"cereales\", \"autre\", \"total\"]:\n", + " display(Image(filename='fig/evol_'+i+'.png'))" ] } ]