Skip to content

Commit 327bc28

Browse files
authored
Merge pull request #311 from Jammy2211/feature/plot-improvements-4
Remove sigma cb_unit from normalized residual map in subplot_fit
2 parents 5928ce5 + be859c2 commit 327bc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogalaxy/imaging/plot/fit_imaging_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def subplot_fit(
4646
(fit.signal_to_noise_map, "Signal-To-Noise Map", None),
4747
(fit.model_data, "Model Image", None),
4848
(fit.residual_map, "Residual Map", None),
49-
(fit.normalized_residual_map, "Normalized Residual Map", r"$\sigma$"),
49+
(fit.normalized_residual_map, "Normalized Residual Map", None),
5050
(fit.chi_squared_map, "Chi-Squared Map", r"$\chi^2$"),
5151
]
5252
n = len(panels)

0 commit comments

Comments
 (0)