Mercurial > repos > mheinzl > fsd
changeset 34:faa56fbf6b32 draft
planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty
author | mheinzl |
---|---|
date | Mon, 03 Jun 2019 07:06:03 -0400 |
parents | 55c7e49eea88 |
children | 56ad50707dc8 |
files | fsd.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fsd.py Mon Jun 03 07:02:48 2019 -0400 +++ b/fsd.py Mon Jun 03 07:06:03 2019 -0400 @@ -365,6 +365,10 @@ edgecolor="black", label=label[i], alpha=0.8, color=colors[i]) else: + print("absolute") + print(y.shape) + print(x.shape) + print(y) y = list(y) counts2 = ax.bar(x, y, align="edge", width=w, edgecolor="black", label=label[i], alpha=0.8, color=colors[i])