diff --git a/datasets/raise/fft/analyze_fft_ellipses.py b/datasets/raise/fft/analyze_fft_ellipses.py index b95741d..3514938 100644 --- a/datasets/raise/fft/analyze_fft_ellipses.py +++ b/datasets/raise/fft/analyze_fft_ellipses.py @@ -23,7 +23,8 @@ PROFILES_OF_AXES = { colorsOfAxes = {} for axis in Axis: - plt.title('Profiles of Fourier transform axes\n\nLocal extremas have been listed manually from the Fourier transform visualization') + plt.suptitle('Profiles of Fourier transform axes') + plt.title('Local extremas have been listed manually from the Fourier transform visualization') plt.xlabel('Fourier transform axis') plt.ylabel('Fourier transform logarithmic intensity') height, width = secondImage.shape