-
Hi,
setup.py does not work with Python3 any more (but worked in the past):
$ python3.4 setup.py test
running test
Traceback (most recent call last):
File "setup.py", line 56, in
entry_points=…
-
I installed this using `pip` as explained in the `README`. Unfortunately, when I load a notebook I get some messages like:
```
[W 11:05:35.364 NotebookApp] 404 GET /nbextensions/jupyter_dashboards/no…
-
I have two datasets, one of which is a subset of the other . Does matplotlib-venn plot this type with one of the circles subsumed inside the other.
In this case , list A has 23 elements and listB has…
-
After I installed full version in google VM, I actived it and when I type cgat --help, I got following error message:
(cgat-python)yan_zhang_sra_com@sra-yan-test:/home/yanzhangusa_gmail_com/MOUNT_PO…
-
Hi,
I have a ValueError, and I don't really get why.
This works:
```
import matplotlib_venn as mv
c = mv.venn3_unweighted([set(["A","B","C"]),
set(["A","D","E","F"]),
…
-
Hello,
I tried to upload a VCF file (3.7 MB) which has caused _Failed: Bad Request (400)_ with the following Dockerfile:
```
FROM bgruening/galaxy-stable:dev
MAINTAINER auto script
ENV GALAXY_CONFIG_…
-
```
Searching for matplotlib-venn
Reading https://pypi.python.org/simple/matplotlib_venn/
Best match: matplotlib-venn 0.10
Downloading https://pypi.python.org/packages/source/m/matplotlib-venn/matplot…
-
This is matplotlib_venn vs 0.9 on MS Windows 7 64 bits.
Same efffect in Windows XP 32 bits
The following image is as expected for venn3([8, 74, 7, 50, 8, 433, 83]) :
![image](https://cloud.githubuse…
-
i have made three three-columns bed file named a.bed, b.bed and c.bed, and try to run the following test scripts which get an error:
import pybedtools
import pybedtools.scripts.venn_mpl
a=pybedtools…
iiiir updated
11 years ago
-
HI!,
Thank you very much for the package! It is very useful and easy to use!
I just wondering if there is some way to change the font style and font size for the numbers inside the circles.
Thank you…