Skip to content
Snippets Groups Projects
Commit 77f1d9f3 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

fix zoom quadrant plot

parent eda41353
Branches
Tags
No related merge requests found
......@@ -234,7 +234,7 @@ def create_quadrant_plot(work_file_path: str,
alim = np.ceil(pv_t.JASS_PVAL.loc[pv_t.color == "#f77189"].max() + 2)
if np.isnan(alim):
alim = 10
plt.plot([0, alim, 0, alim])
plt.axis([0, alim, 0, alim])
# légendes abcisse et ordonnee
plt.xlabel('-log10(P) for univariate tests', fontsize=12)
# plt.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment