diff --git a/src/pyrovelocity/plots/_rainbow.py b/src/pyrovelocity/plots/_rainbow.py index b5448f809..8a9265fe8 100644 --- a/src/pyrovelocity/plots/_rainbow.py +++ b/src/pyrovelocity/plots/_rainbow.py @@ -116,7 +116,7 @@ def create_rainbow_figure( figure=fig, width_ratios=[ 0.21, - [1] * (horizontal_panels - 1), + *([1] * (horizontal_panels - 1)), ], wspace=0.2, hspace=0.2,