Skip to content

Commit

Permalink
Merge pull request #298 from johnveitch/issue_297
Browse files Browse the repository at this point in the history
Specify three quantiles as required by corner 2.2.2
  • Loading branch information
mj-will authored Apr 14, 2023
2 parents 8e75c84 + 9853fd6 commit b5f1953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nessai/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def corner_plot(
smooth=0.9,
color=config.plotting.base_colour,
truth_color=config.plotting.highlight_colour,
quantiles=[0.16, 0.84],
quantiles=[0.16, 0.5, 0.84],
levels=(1 - np.exp(-0.5), 1 - np.exp(-2), 1 - np.exp(-9 / 2.0)),
plot_density=True,
plot_datapoints=True,
Expand Down

0 comments on commit b5f1953

Please sign in to comment.