Skip to content

Commit

Permalink
chore: update plot
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Feb 14, 2024
1 parent ff9348d commit 73f05bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified sedov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/plot_sedov.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def plot_density():
"""
hacky plot density stuff.
"""
w = np.linspace(1.0, 2.75, 18)
w = np.linspace(1.0, 2.75, 24)
w = np.insert(w, 0, 0.0)
w = np.insert(w, 0, 2.0)

Expand Down

0 comments on commit 73f05bb

Please sign in to comment.