Closed soliverc closed 4 years ago
Ok, solved by wrapping set()
around the range.
labels = venn.get_labels([set(range(10)),set(range(5, 15))], fill=['number', 'logic'])
All parts of the tutorial fail due to this error.
Sorry, the question you asked is definitely not from the code in this project. You are using a fork. Please check the corresponding repository.
I'm trying the first line of the tutorial but get a
typerror
. See below: