Lorenzo Gaifas

Results 298 comments of Lorenzo Gaifas

Nice! It looks great :) Sorry for continuously being the party pooper... but playing with this now makes me realize that the main reason why people usually wanted this is...

Actually, deriving this thing but for 3D might just not be too hard and solve our problem? https://math.stackexchange.com/questions/623922/ellipse-bounding-rectangle

You might be right, yeah... I think that maybe having a way to (manually) control an offset for this max/min depth would be the easiest way to ensure the shape...

Awesome :) PS: fun fact: I just re-learned about `np.ptp`, but apparently it's somehow slower than `arr.max() - arr.min()`... Though for big arrays the difference is small...

Yeah, I'm not a huge fan either... Is it problematic to just always point the max amount of levels up in the "public" api?

In principle in `napari` you should be able to do just that with the tiled image visual (octree), and there shouldn't be any downsampling. However, I'm not familiar with this...

I agree that this seems to be a (very useful) n-gon or pie chart addition, rather than a straight up circle. I would reach out to the `Marker` for a...

@arcanerr thanks for pinging over at #2665 too. This is indeed related, but as you pointed out it's a smaller scope that's easier to tackle without supporting order independent transparency....

Yeah, that's a problem that unfortunately shows up in other places. Alternatively, we could define a small threshold like `1e8` and discard anything below that. However, you'd still end up...

I agree that this seems overkill if all you need is a static logo. However, the viewbox has the advantage that it will be a whole new separate subcanvas, so...