Skip to content

Commit 28d7862

Browse files
committed
plot_daily implemented
1 parent 1b55e2e commit 28d7862

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

iglu_python/extension/plots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ def plot_daily(cgm_timeseries: pd.Series, lower: int = 70, upper: int = 140) ->
6464
axes[i].grid(True, alpha=0.3, linestyle="--")
6565
axes[i].legend()
6666

67+
fig.tight_layout()
6768
return fig

0 commit comments

Comments
 (0)