Mercurial > repos > glogobyte > isoread
diff mirgene_graphs.py @ 20:2eebd59cc5ea draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 12:11:04 +0000 |
parents | 01679b6e886a |
children | 1d8cdfb3a359 |
line wrap: on
line diff
--- a/mirgene_graphs.py Wed Oct 20 10:01:21 2021 +0000 +++ b/mirgene_graphs.py Wed Oct 20 12:11:04 2021 +0000 @@ -169,7 +169,7 @@ patches, texts, autotexts=plt.pie(sizes, labels=labels, colors=colors, startangle=140,autopct='%1.1f%%',radius=0.8) [x.set_fontsize(10) for x in texts] plt.title(group_name1.capitalize() + ' group (reads)', fontsize=12) - labels = 'miRNA RefSeq','templated', 'Unassigned' + labels = 'miRNA RefSeq','templated', 'unassigned' sizes = [t_mat_counts, t_tem_counts, t_unmap_counts] colors = ['gold', 'yellowgreen', 'lightskyblue'] explode = (0.2, 0.05, 0.1)