napari-matplotlib icon indicating copy to clipboard operation
napari-matplotlib copied to clipboard

Linking napari layers with Matplotlib plots

Results 27 napari-matplotlib issues
Sort by recently updated
recently updated
newest added

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...

New feature

Allowing users to access the Figure/Axes from an IPython terminal will allow them to customise the figures beyond the default settings.

Docs

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`...

New feature

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,...

New feature

When SliceWidget is slicing the (e.g.,) "x" dimension, the selector widget for "x" should be locked/grayed out as it does nothing anyway.

New feature

When clicking on a point in the main napari window, the slice in SliceWidget should move to that point.

New feature

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....

good first issue
Styling

When using `SliceWidget` it would be good to draw a line in the main viewer indicating where the current slice is.

New feature

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.

New feature