update the sfs_barplot auto title

master
tforest 2022-05-25 17:00:20 +02:00
parent ec972a7cdf
commit a8b5c1aa6f
1 changed files with 1 additions and 1 deletions

View File

@ -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: