diff --git a/notebooks/experiment_example.ipynb b/notebooks/experiment_example.ipynb index a50e0d9..a4c30d4 100644 --- a/notebooks/experiment_example.ipynb +++ b/notebooks/experiment_example.ipynb @@ -5,7 +5,7 @@ "colab": { "provenance": [], "toc_visible": true, - "authorship_tag": "ABX9TyMvW7lhxBXG2gi+iXDgU0PT", + "authorship_tag": "ABX9TyNsp1q9t8VIVW9evfnybDqi", "include_colab_link": true }, "kernelspec": { @@ -322,7 +322,7 @@ "plt.ylabel(\"Input current\")\n", "plt.xlabel(\"Time [ms]\")\n", "plt.tight_layout()\n", - "plt.savefig(\"example_experiment_combined.png\")" + "plt.savefig(\"example_experiment_combined.png\", dpi=300)" ], "metadata": { "id": "61hXVuUDQYJ2" @@ -333,7 +333,7 @@ { "cell_type": "code", "source": [ - "display(Image(filename='example_experiment_chunk_1.png', height=700))" + "display(Image(filename='example_experiment_combined.png', height=700))" ], "metadata": { "id": "aMVQLAi-QcFG"