Use plt.suptitle
for the actual title in analyze_fft_ellipses.py
This commit is contained in:
parent
a39a88c992
commit
92026d7134
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user