Wrote script to find disk and halo parameters in all snapshots

This commit is contained in:
Yohai Meiron 2020-04-24 00:17:54 -04:00
parent 80e6a8d635
commit efdb0ea425
2 changed files with 105 additions and 2 deletions

View file

@ -139,5 +139,5 @@ for c, i in enumerate([0, 3, 6, 9]):
xlabel('x [kpc]')
ylabel(r'$\rho\ [\rm M_\odot\ kpc^{-3}]$')
savefig('subhalo_411321_stellar_fit.png')
show()
savefig('subhalo_411321_stellar_fit.png')
show()