diff --git a/skyreader/plot/plot.py b/skyreader/plot/plot.py index 556b177..2ca6421 100644 --- a/skyreader/plot/plot.py +++ b/skyreader/plot/plot.py @@ -680,7 +680,7 @@ def bounding_box(ra, dec, theta, phi): extra_header = fits_header, overwrite=True) # add title - fig.suptitle(plot_title, x=1) + fig.suptitle(plot_title, y=1.5) # Save the figure LOGGER.info(f"Saving: {plot_filename}...")