Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
torave committed Apr 8, 2025
1 parent 0e3d1ab commit 180f5d6
Show file tree
Hide file tree
Showing 3 changed files with 1,050 additions and 1 deletion.
5 changes: 4 additions & 1 deletion notebooks/notebook_compare_one_day_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
"\n",
"I grafen under ser vi oversikt over nedbør for begge stedene sammenlignet 'side om side'. Vi skiller også mellom snø og regn, og dersom det skulle snø og regne i samme time, vil de bare 'stables' oppå hverandre.\n",
"\n",
"Grafen lagres i "
"Grafen lagres i mappen \"../data/output_fig_sammenligning\""
]
},
{
Expand Down Expand Up @@ -534,6 +534,9 @@
"# Add grid only vertically\n",
"ax1.grid(axis='x')\n",
"\n",
"# Add marker at 0 temperature\n",
"ax1.axhline(y=0, color='black', linewidth=1.5)\n",
"\n",
"# Adjust the width of bars for better side-by-side comparison, for the precipitation\n",
"width = 0.01 \n",
"\n",
Expand Down
Loading

0 comments on commit 180f5d6

Please sign in to comment.