We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b55e2e commit 28d7862Copy full SHA for 28d7862
1 file changed
iglu_python/extension/plots.py
@@ -64,4 +64,5 @@ def plot_daily(cgm_timeseries: pd.Series, lower: int = 70, upper: int = 140) ->
64
axes[i].grid(True, alpha=0.3, linestyle="--")
65
axes[i].legend()
66
67
+ fig.tight_layout()
68
return fig
0 commit comments