napari-matplotlib
napari-matplotlib copied to clipboard
Linking napari layers with Matplotlib plots
Not sure if this is within the scope of the project, but it would be nice to be able to measure along ROIs (e.g. a "profile line" through that moves...
Allowing users to access the Figure/Axes from an IPython terminal will allow them to customise the figures beyond the default settings.
Hi @dstansby , As suggested in #184 , I am transferring the code here without the `LineWidget`. This PR brings a `BaseLineWidget` and a `FeaturesLineWidget` to napari-matplotlib, where the `FeaturesLineWidget`...
It would be great to allow: - Adjustment of histogram bin width / locations via the UI - Using integer bin limits for integer images (e.g. `uint8`, `uint16`) For example,...
When SliceWidget is slicing the (e.g.,) "x" dimension, the selector widget for "x" should be locked/grayed out as it does nothing anyway.
When clicking on a point in the main napari window, the slice in SliceWidget should move to that point.
Our MPL toolbar icons are simple inversions (black) of the white ones (for dark mode). But Napari's light mode uses a brownish grey and the icons have a button border....
When using `SliceWidget` it would be good to draw a line in the main viewer indicating where the current slice is.
Similar to https://github.com/matplotlib/napari-matplotlib/issues/3, if multiple layers are selected then the 1D slice widget should show multiple line plots with each layer being a different colour.