Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 2173abc

Browse files
capelasteguibezes
authored andcommitted
Plotting: reduced space between subplots (#85)
closes #84
1 parent e6506ae commit 2173abc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

anticipy/forecast_plot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ def _plotly_forecast_create(df_fcast, subplots, sources, nrows, ncols,
206206
fig = tools.make_subplots(rows=nrows,
207207
cols=ncols,
208208
subplot_titles=list(titles),
209-
print_grid=False)
209+
print_grid=False,
210+
horizontal_spacing=0.03,
211+
vertical_spacing=0.05)
210212
else:
211213
fig = tools.make_subplots(rows=nrows, cols=ncols, print_grid=False)
212214

0 commit comments

Comments
 (0)