Skip to content

Commit

Permalink
improve the spacing between suptitle and axes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnhwl committed Jan 6, 2025
1 parent f3e0db2 commit 27156f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions darts/ad/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def show_anomalies_from_scores(
sharex=True,
gridspec_kw={"height_ratios": [2] + [1] * (plots_per_ts - 1)},
squeeze=False,
constrained_layout=True,
)

for i in range(series_width if multivariate_plot else 1):
Expand Down

0 comments on commit 27156f4

Please sign in to comment.