Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73794a5
)
diagram conditional size adjustment
author
preecej
<preecej@localhost>
Tue, 15 Apr 2014 19:06:55 +0000
(19:06 +0000)
committer
preecej
<preecej@localhost>
Tue, 15 Apr 2014 19:06:55 +0000
(19:06 +0000)
svn path=/; revision=575
Personnel/preecej/python_singletons/incomparanoid.py
patch
|
blob
|
history
diff --git
a/Personnel/preecej/python_singletons/incomparanoid.py
b/Personnel/preecej/python_singletons/incomparanoid.py
index 62c0a3ebfb38b1bba0df20cc6f9c3078e3476345..1292f6b4a1e0dac5d55ad787258882f4746305da 100755
(executable)
--- a/
Personnel/preecej/python_singletons/incomparanoid.py
+++ b/
Personnel/preecej/python_singletons/incomparanoid.py
@@
-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])