Paul Brodersen

Results 119 comments of Paul Brodersen

Had an idea for a small improvement on my bike ride home yesterday. This version transforms the desired and actual areas using the relationship `y = log(x + 1)` before...

Do have a close look at the code though, too. Four eyes see more than two. For example, I just found a major bug in `get_subset_geometries`. Also, making a proper...

Regarding dependencies: > A packaging option where Shapely and Scipy are opt-in dependencies along with clear enough documentation. There is no way around `scipy.optimize`, but `shapely` is only used to...

Also, eventually, it might be worth posting a question on SO, possibly with a bounty (happy to chip in), to see if anyone can find a better a cost function...

I added some constraints to the optimisation, which did make the results more visually pleasing. I also played around with the initialisation, albeit with no success. ![Figure_1](https://github.com/konstantint/matplotlib-venn/assets/8046146/5da27de4-2d0b-4eff-95a5-14a41bf1e617) ```python import numpy...

An argument in favour of making `shapely` a core dependency would be that is has an implementation of `polylabel`, which can be used to find the [point of inaccessibility](https://inaccessibility.net/calculating-poles-of-inaccessibility/). I...

Sorry, I had a cold and am behind on work so I won't have time for additional contributions right now. Also, I think it is pretty important that you run...

It's not a feature that is properly supported but it can be done by instantiating the `Graph` object (or any of the derived classes), and then manipulating each edge artist...

Hi, thanks for the pull request. On first reading, the code looks good and the writing style is very much in line with the rest of the code base, which...