From e06afee0b2ac5c3f7774e5ac3c407b8260645b62 Mon Sep 17 00:00:00 2001 From: Kwee Boon Brandon Seah Date: Thu, 7 Apr 2022 17:58:07 +0200 Subject: [PATCH] Change global phaseogram plot x limits --- mnutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnutils.py b/mnutils.py index 2ce8f86..cd57a0d 100755 --- a/mnutils.py +++ b/mnutils.py @@ -106,7 +106,7 @@ Shared.dict2plot_x_keys(phaseogram_global, title=f"Global phaseogram for nucleosome positions", xlabel="Position vs. nucleosome (bp)", ylabel="Nucleosome position counts", - xlim=(-1000,1000), + xlim=(0,1000), filename=f"{args.output}.phaseogram_global.png") if args.dump: with open(f"{args.output}.phaseogram_global.json","w") as fh: