Skip to content

Commit

Permalink
Merge pull request #11 from simontorres/remove_figisize
Browse files Browse the repository at this point in the history
Removed figsize
  • Loading branch information
simontorres authored Dec 15, 2022
2 parents f302732 + 225c0a2 commit 4e6cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triplespec_focus/triplespec_focus.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def __call__(self,
self.log.debug(f"Best Focus... Mean: {mean_focus}, median: {median_focus}, std: {focus_std}")

if self.plot_results: # pragma: no cover
fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(20, 10))
fig, (ax1, ax2) = plt.subplots(1, 2)

apertures = CircularAperture(positions=positions, r=1.5 * self.source_fwhm)

Expand Down

0 comments on commit 4e6cae6

Please sign in to comment.