-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Venn diagrams with word clouds for set elements #29
Comments
Hey, this is totally awesome! However, I personally feel that "balkanization" is a good thing, because it limits the dependencies and allows everyone to use exactly the thing they need without having to pull in too much extra stuff. I therefore think that you should publish your package as matplotlib_venn_wordcloud in pip, and I'll simply add the reference to it in the README here. |
Then we will do it that way. I will figure out how to put stuff on pypi this weekend. I will let you know when it's live. |
Hope this helps:
And you're done. |
Btw, one thing I would warmly suggest you consider is changing your current license from GPL to something less restrictive (like MIT, BSD, Unlicense or, at the very least, LGPL). In fact even if I wanted to include your project to be part of matplotlib_venn, its licensing terms would conflict with those of matplotlib_venn's in my understanding. I never stop being amused by how the flagship "free as in freedom" license is actually pretty "freedom-limiting" in its terms. |
|
Ok, version 0.2 with an MIT license should be live on pypi. Thanks for the help! |
I made a thing. Super-derivative of your amazing work and the equally amazing wordcloud (https://github.com/amueller/word_cloud). Essentially, it plots the set elements as a word cloud on top of the corresponding subset patches.
At the moment, the code can be found on my github: https://github.com/paulbrodersen/venn_wordcloud.
However, to prevent the further balkanisation of python packages, I would love to properly integrate my code bits into your package -- if you are interested. It would essentially add two functions
venn2_wordcloud
andvenn3_wordcloud
, and one more dependency (wordcloud).The text was updated successfully, but these errors were encountered: