Skip to content

Commit

Permalink
fix script (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 authored Nov 22, 2024
1 parent f02444d commit cb3ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def slice(fname:str, field:str,
if field in ["x_velocity", "y_velocity", "z_velocity"]:
sp.set_cmap(field, "coolwarm")
elif field == "Temp":
sp.set_zlim(field. 5.e7, 2.5e9)
sp.set_zlim(field, 5.e7, 2.5e9)
sp.set_cmap(field, "magma_r")
elif field == "enuc":
sp.set_zlim(field, 1.e18, 1.e20)
Expand Down

0 comments on commit cb3ccf4

Please sign in to comment.