From 646b0c6e1f5fc2af4fc10aee2dac01a4b5cd08a4 Mon Sep 17 00:00:00 2001 From: Oliver Maith <73993227+Olimaol@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:13:40 +0200 Subject: [PATCH] update notebook experiment_example --- notebooks/experiment_example.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"