From 710d5fe6c81a67f663bc205600529b260fdba10d Mon Sep 17 00:00:00 2001 From: "kamil.rybacki" Date: Sun, 11 Feb 2024 19:41:17 +0100 Subject: [PATCH] save --- src/content/_jupyter/por/lj.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/_jupyter/por/lj.ipynb b/src/content/_jupyter/por/lj.ipynb index 791fef32..51c46fde 100644 --- a/src/content/_jupyter/por/lj.ipynb +++ b/src/content/_jupyter/por/lj.ipynb @@ -156,7 +156,7 @@ " plt.grid(False)\n", " plt.style.use('dark_background')\n", " plt.tight_layout()\n", - " plt.hlines(0, *distances_range, color='darkgray', linestyles='dotted')\n", + " plt.hlines(0, *distances_range, color='darkgray', linestyles='dashed')\n", "\n", " plt.show()\n", "\n",