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:
|
||||
sfs_val.append(list(sfs.values())[n-1])
|
||||
#build the plot
|
||||
title = title+" [folded="+str(folded)+"]"
|
||||
title = title+" [folded="+str(folded)+"]"+" [transformed="+str(transformed)+"]"
|
||||
if ylab:
|
||||
plt.ylabel(ylab)
|
||||
if xlab:
|
||||
|
|
|
|||
Loading…
Reference in New Issue