From 1caeedc81af2c1231f92cc5aade48553e4170a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= <muellerl@mv.uni-kl.de> Date: Tue, 14 Jul 2020 18:19:27 +0200 Subject: [PATCH] changed figsize to fit in jupyterhub notebooks --- "\303\234bung 11.ipynb" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\303\234bung 11.ipynb" "b/\303\234bung 11.ipynb" index c3ba598..fff3625 100644 --- "a/\303\234bung 11.ipynb" +++ "b/\303\234bung 11.ipynb" @@ -63,8 +63,8 @@ "\n", "figure, (axis1, axis2) = pyplot.subplots(2, 1)\n", "pyplot.tight_layout()\n", - "figure.set_figwidth(13)\n", - "figure.set_figheight(13)\n", + "figure.set_figwidth(9.5)\n", + "figure.set_figheight(10)\n", "x_result = x_continuous(t, f)\n", "\n", "def slider_update_plot(changes):\n", -- GitLab