Skip to content
Snippets Groups Projects
Commit bb395757 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix typo

parent d0391dbd
No related branches found
No related tags found
1 merge request!516Improvements to the PP plot
Pipeline #65958 passed
......@@ -1531,7 +1531,7 @@ def make_pp_plot(results, filename=None, save=True, confidence_interval=0.9,
if title:
ax.set_title("N={}, p-value={:2.4f}".format(
len(results), pvals.combined_pvalue))
ax.set_xlabel("C.I")
ax.set_xlabel("C.I.")
ax.set_ylabel("Fraction of events in C.I.")
ax.legend(linewidth=1, labelspacing=0.25, fontsize=legend_fontsize)
ax.set_xlim(0, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment