Skip to content

Commit

Permalink
move to paper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Apr 4, 2023
1 parent fc0c6ce commit 05faefd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -250,7 +250,7 @@ def make_plot(gamma, plot_ref_sens=False):

def make_ref_plot():

fig, ax = plt.subplots(figsize=(3.5 * 1.61803, 3.5))
fig, ax = plt.subplots(figsize=(2.7 * 1.61803, 2.7))

for sindec in [-0.5, 0, 0.5]:
energies = np.logspace(2, 7, 11) if sindec >= 0 else np.logspace(4, 7, 7)
Expand Down

0 comments on commit 05faefd

Please sign in to comment.