Skip to content

Commit 176cfa2

Browse files
Jammy2211claude
authored andcommitted
feat: pass title_prefix to subplot_interferometer_dataset
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 443724c commit 176cfa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autogalaxy/interferometer/model/plotter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def should_plot(name):
3737
output_path=self.image_path,
3838
output_filename="dataset",
3939
output_format=self.fmt[0] if isinstance(self.fmt, (list, tuple)) else self.fmt,
40+
title_prefix=self.title_prefix,
4041
)
4142

4243
if should_plot("fits_dataset"):

0 commit comments

Comments
 (0)