diff nxn_clustering.py @ 8:198b1e30c739 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/chemfp commit e78367b77f2294891914151f642685644d43a5b7"
author bgruening
date Tue, 10 Sep 2019 08:16:29 -0400
parents 0d88631bb7de
children 3b14765c22ee
line wrap: on
line diff
--- a/nxn_clustering.py	Tue May 07 13:32:50 2019 -0400
+++ b/nxn_clustering.py	Tue Sep 10 08:16:29 2019 -0400
@@ -6,6 +6,8 @@
 """
 import matplotlib
 matplotlib.use('Agg')
+from matplotlib import rcParams
+rcParams.update({'figure.autolayout': True})
 import argparse
 import os
 import chemfp