Mercurial > repos > mheinzl > fsd
diff fsd.py @ 47:1ed4a127c41a draft
planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit 033dd7b750f68e8aa68f327d7d72bd311ddbee4e-dirty
author | mheinzl |
---|---|
date | Wed, 28 Aug 2019 17:36:28 -0400 |
parents | 901827154779 |
children | e51fe3083b16 |
line wrap: on
line diff
--- a/fsd.py Tue Aug 27 07:51:03 2019 -0400 +++ b/fsd.py Wed Aug 28 17:36:28 2019 -0400 @@ -520,7 +520,7 @@ plt.legend(loc='upper right', fontsize=14, bbox_to_anchor=(0.9, 1), frameon=True) plt.title("{}: FSD based on families".format(name_file), fontsize=14) plt.xlabel("Family size", fontsize=14) - plt.ylabel("Absolute Frequency", fontsize=14) + plt.ylabel(ylab, fontsize=14) plt.margins(0.01, None) plt.grid(b=True, which="major", color="#424242", linestyle=":")