Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
diagram conditional size adjustment
authorpreecej <preecej@localhost>
Tue, 15 Apr 2014 19:06:55 +0000 (19:06 +0000)
committerpreecej <preecej@localhost>
Tue, 15 Apr 2014 19:06:55 +0000 (19:06 +0000)
svn path=/; revision=575

Personnel/preecej/python_singletons/incomparanoid.py

index 62c0a3ebfb38b1bba0df20cc6f9c3078e3476345..1292f6b4a1e0dac5d55ad787258882f4746305da 100755 (executable)
@@ -299,7 +299,7 @@ def generate_venn(venn_data, list_coverage, colors, is_ref, ref_species, proj_sp
 #----------------------------------------------------------------------------------------------------------------------
     """build and display Venn diagrams representing reference loci overlap"""
 
-    plt.figure(figsize=(9, 9))
+    plt.figure(figsize=(9, 9 if is_ref else 8))
 
     if is_ref :
         intersection_loci = len(venn_data[0] & venn_data[1])