Browse Source

update the sfs_barplot auto title

tforest 1 year ago
parent
commit
a8b5c1aa6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sfs_tools.py

+ 1 - 1
sfs_tools.py View File

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