Skip to content

Commit

Permalink
Change global phaseogram plot x limits
Browse files Browse the repository at this point in the history
  • Loading branch information
kbseah committed Apr 7, 2022
1 parent 496845c commit e06afee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e06afee

Please sign in to comment.