Sorry, something went wrong.
|
@clewis7 @apasarkar what about just skipping the edge method, using the bbox is actually useless for many real use cases like this where there is lots of overlap 🙃 |
Sorry, something went wrong.
|
This looks amazing!! I am okay with skipping edge. When I think about doing something like clicking a contour I would be clicking near the center... |
Sorry, something went wrong.
|
I think I'm going to make this a function in fastplotlib.utils |
Sorry, something went wrong.
| if not all(isinstance(g, Graphic) for g in graphics): | ||
| raise TypeError("all elements of `graphics` must be Graphic objects") |
There was a problem hiding this comment.
Should there also be a check for if all the graphics are in the same subplot? Or would that not make a difference?
Sorry, something went wrong.
There was a problem hiding this comment.
We leave that to the user, so it's just a very simple function unaware of plot areas
Sorry, something went wrong.
There was a problem hiding this comment.
See question...
Sorry, something went wrong.
closes #514
WIP, need to finish edge method