diff --git a/hyperit/hyperit.py b/hyperit/hyperit.py index 4038cfb..11a4b04 100644 --- a/hyperit/hyperit.py +++ b/hyperit/hyperit.py @@ -696,7 +696,7 @@ def __plot_it(self) -> None: plt.title(f'{title} Epoch {epoch+1}', pad=20) else: if band_description: - plt.title(f'{title}; Frequency Band {band_description}', pad=20) + plt.title(f'{title} Frequency Band {band_description}', pad=20) else: plt.title(title, pad=20)