Kushal Kolar

Results 134 issues of Kushal Kolar

I just noticed when using `uint16` imaging data along with a `frame_apply` function in `ImageWidget`: `lambda frame: frame - movie_mean`, which results in negative values that overflow with numpy `uint16`...

WIP, basic implementation for event series emulation of: pointer_down -> pointer_move -> pointer_up. Basic usage on `LinearSelector`. #### LinearSelector todo: - [ ] hover-on, hover off colors - [ ]...

dictionary lookup will be much faster when lots of graphics are present https://github.com/fastplotlib/fastplotlib/blob/363df5aef2a0b7205f52c68ec122d6597f6579df/fastplotlib/layouts/_plot_area.py#L602-L609

- [ ] page that has tables for all feature events in a single page - [ ] page on how to do events programming - [ ] document graphic...

I wonder if we could explore using hypothesis for tests. For example, could it have found our recent autoscale bug in Gridplot with one empty Subplot? Can it help with...

So basically the day after we finish output contexts traitlets decides to deprecate the way we're subclassing from ipywidgets :man_facepalming: ```python /home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False). object.__init__() takes...

maybe image widget can auto-determine the subsample dims depending on the number of data arrays? :smile:

And then see if we really need contour overlay class for mesmerize-viz.

Since our events and widgets are starting to get complex. Now is a good time to start looking into this!