Nicholas Sofroniew

Results 21 issues of Nicholas Sofroniew

**Is your feature request related to a problem? Please describe.** This is maybe more of a question than a feature request - but it could turn into one. I saw...

Write a how to guide on customizing the viewer by adding viewer dock widgets - see post here https://forum.image.sc/t/integration-of-napari-module-subclass-plugin/36018/2?u=sofroniewn and discussion here https://github.com/napari/napari/pull/1122#issuecomment-611595540. Maybe @tlambert03 can take lead

documentation
documentation-migrate-to-docs

- [ ] Need to add tutorial on custom mouse functions, including drag / move - [ ] Need to add tutorial on grid function, including stride - [ ]...

documentation
documentation-migrate-to-docs

This PR closes #199 by adding support for ragged nD arrays, where each array can be a different shape and dimensionality. It does this using the scheme described in #199....

New codec

Right now I think the `VLenArray` only supports 1-D arrays. What would it take to extend support to 2-D arrays too? I have a list of 2D numpy arrays that...

## 🚀 Feature Layer transforms - in particular scale and translate should be settable via GUI elements ## Motivation GUI users want to be able to set layer scale and...

feature

One thing that might be nice is to figure out how to exclude the animation dock widget from the viewer screenshot if it is not wanted. I guess the widget...

enhancement

Here is a potential approach for allowing plugins to providing actions such as keybindings that could then be registered by the action manager that @tlambert03 and I came up with....

Hello, is there a way to remove the white space between all the images in the image grid? Thanks!!