Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil.rybacki committed Feb 11, 2024
1 parent 46828b8 commit 710d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/_jupyter/por/lj.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 710d5fe

Please sign in to comment.