tctianchi / pyvenn

2 ~ 6 sets venn diagram for python
The Unlicense
311 stars 119 forks source link

Error when import ing using Python 2.7 #5

Closed barbarian1803 closed 5 years ago

barbarian1803 commented 5 years ago

I got this error:

File "/opt/mypython/local/lib/python2.7/site-packages/venn/_venn.py", line 101 def draw_venn(*, petal_labels, dataset_labels, hint_hidden, colors, figsize, fontsize, legend_loc, ax): ^ SyntaxError: invalid syntax

It seems there is a problem in the asterisk sign

tctianchi commented 5 years ago

The code you posted is not part of this repository.

There is no "*" syntax in python.