Konstantin Tretyakov
Konstantin Tretyakov
The pairwise layout algorithm has a [normalize_to](https://github.com/konstantint/matplotlib-venn/blob/3efffe5f2a69b7b27c695ae7715495b68d6dce59/matplotlib_venn/layout/venn3/pairwise.py#L40) parameter, which should let you achieve what you need, if I understood it correctly. See if it does. You will need to select...
Are you using the same scale on the different axes in your picture? Matplotlib has a tendency to auto-scale the axes and you might want to confirm this (check out...
It is difficult to assist you without seeing your code.
I'm not familiar with the way conda-forge works and generally didn't bother looking into "building" anything, given it is a pure-python package anyway. Could you show at least what exactly...
I do not have a very good idea of what the real problem here was, but it does seem that different numpy versions on different python versions can produce different...
Sorry, I'm not sure I understand what this PR intends to achieve.
I can't reproduce the issue on the one Mac around that I have, so if there's a code-fix on the library side that could help, I'd welcome a PR from...
> > [@konstantint](https://github.com/konstantint) IMO, instead of relying on pyplot as a fallback and a concept of a global "active plot", you should instead refactor things so that you explicitly create...
On one hand, this sounds plausible. On the other hand: * I believe `__init__.py` play no role since Python 3 anymore. Are you trying to install this on a Python...
Sorry it took some time to get back to it. I wanted to understand precisely what is the problem and one thing that was for sure not correct was that...