update the sfs_barplot auto title
parent
ec972a7cdf
commit
a8b5c1aa6f
|
|
@ -219,7 +219,7 @@ def barplot_sfs(sfs, xlab, ylab, folded=True, title = "Barplot", transformed =
|
||||||
else:
|
else:
|
||||||
sfs_val.append(list(sfs.values())[n-1])
|
sfs_val.append(list(sfs.values())[n-1])
|
||||||
#build the plot
|
#build the plot
|
||||||
title = title+" [folded="+str(folded)+"]"
|
title = title+" [folded="+str(folded)+"]"+" [transformed="+str(transformed)+"]"
|
||||||
if ylab:
|
if ylab:
|
||||||
plt.ylabel(ylab)
|
plt.ylabel(ylab)
|
||||||
if xlab:
|
if xlab:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue