Skip to content

Commit

Permalink
few tweaks to plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jul 17, 2024
1 parent 0b618dd commit 0d94aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ExperimentalExpectedSigmaTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def beta_type(value):
xy=(np.std(sub),
np.max([np.max(heights1), np.max(heights2)])/2),
xycoords='data',
color="black",
color="grey",
)
plt.axvline(
x=np.percentile(sub, 50) - np.percentile(sub, 16),
Expand Down

0 comments on commit 0d94aa1

Please sign in to comment.