Guillaume Witz

Results 20 comments of Guillaume Witz

> One problem with this approach seems to be that Jupyter wants to apply all slider changes sequentially, with no short circuiting. So as you drag the sliders, the display...

Hi @gnies, thanks for the catch! You are right, it looks like if one passes an existing ```ax``` when creating the ```Microanim``` object, it's not actually used then (unlike what...

Hi @haesleinhuepf, you exactly reconstructed my own reasoning :wink: I hesitated between offering the default that people expect, and "forcing" the "right" solution on them. This is why in the...

The default to cyan-magenta-yellow has been implemented now in PR #17. I'm not sure what you exactly mean by this: > If you use internally a default-lut-list ([this one?](https://github.com/guiwitz/microfilm/blob/master/microfilm/microplot.py#L127)), could...

I managed to avoid the issue with reparenting the tiled nodes by just checking the type of the children and skipping the tiles. I now also removed the "forced" updates...

Just as a follow-up to our discussion @jni, I know suppressed the check whether the data have changed or not. On top of the fact that it prevented correct updates,...

@jni I think I fixed most of the issues. Two tests are failing but my impression is that the failures are unrelated to the PR itself, but maybe you can...

I fixed the issue with the labels layer. I had to add back the downscaling for that specific case since Label and Image layer share the scalar_field logic. All tests...

@jni I noticed I get the same behavior on main. I went a few versions back and it seems the problem has appeared at ~~napari=0.6.1~~ napari=0.6.2. So it seems unrelated...

I actually liked it more than I expected! But I share @jni's concern: I end up very often getting the old behavior even if I want the intertia. Probably some...