浏览代码

update the sfs_barplot auto title

tforest 2 年前
父节点
当前提交
a8b5c1aa6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sfs_tools.py

+ 1 - 1
sfs_tools.py 查看文件

@@ -219,7 +219,7 @@ def barplot_sfs(sfs,  xlab, ylab, folded=True, title = "Barplot", transformed =
219 219
     else:
220 220
          sfs_val.append(list(sfs.values())[n-1])
221 221
     #build the plot
222
-    title = title+" [folded="+str(folded)+"]"
222
+    title = title+" [folded="+str(folded)+"]"+" [transformed="+str(transformed)+"]"
223 223
     if ylab:
224 224
         plt.ylabel(ylab)
225 225
     if xlab: