Use plt.suptitle for the actual title in analyze_fft_ellipses.py

This commit is contained in:
Benjamin Loison 2024-05-22 20:30:48 +02:00
parent a39a88c992
commit 92026d7134
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -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