Skip to content

Commit

Permalink
Update file names and comments to the metallicity difference plot
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiChaikin committed Apr 22, 2024
1 parent 9da4c7c commit 3c7174e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions colibre/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ scripts:
output_file: dust_mass_evolution.png
section: Dust Evolution
title: Dust Mass Density Evolution
- filename: scripts/passive_active_metallicity_difference.py
caption: The stellar metallicity difference between passive and active central galaxies. The passive (active) metallicity is given by the median metallicity of all galaxies in the mass bin which satisfy the definition of passive (active) from Lyu+23.
output_file: passive_active_metallicity_difference.png
- filename: scripts/passive_active_stellar_metallicity_difference.py
caption: The stellar metallicity difference between passive and active central galaxies. The passive (active) metallicity is given by the median metallicity of all galaxies in the mass bin which satisfy the definition of passive (active) galaxies from Lyu+23.
output_file: passive_active_stellar_metallicity_difference.png
section: Stellar Metallicity
title: Metallicity Difference Passive vs Active
title: Stellar Metallicity Difference Passive vs. Active Galaxies
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@
ax.set_xlim(*mass_bounds)
ax.set_ylim(*value_bounds)

fig.savefig(f"{arguments.output_directory}/passive_active_metallicity_difference.png")
fig.savefig(f"{arguments.output_directory}/passive_active_stellar_metallicity_difference.png")

0 comments on commit 3c7174e

Please sign in to comment.