From a8b5c1aa6f84d04c172c460a6710f934f1f2ee72 Mon Sep 17 00:00:00 2001 From: tforest Date: Wed, 25 May 2022 17:00:20 +0200 Subject: [PATCH] update the sfs_barplot auto title --- sfs_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfs_tools.py b/sfs_tools.py index c77980f..a77642a 100755 --- a/sfs_tools.py +++ b/sfs_tools.py @@ -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: