Skip to content

Commit

Permalink
I confused x with y
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Nov 14, 2023
1 parent 6cd1c8d commit cceb7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyreader/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}...")
Expand Down

0 comments on commit cceb7db

Please sign in to comment.