napari-matplotlib
napari-matplotlib copied to clipboard
Linking napari layers with Matplotlib plots
With the latest `napari-matplotlib` and `napari`, I'm seeing some odd errors while the histogram is open: `AttributeError: 'EmitterGroup' object has no attribute 'contrast_limits'`. This error doesn't appear when running the...
Fixes https://github.com/matplotlib/napari-matplotlib/issues/259
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 24.2.0 → 24.4.2](https://github.com/psf/black/compare/24.2.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.4.4)
Hi @dstansby , hi all, I currently have a couple local implementations of a plotter with line plots based on metadata. Data are stored in metadata because sometimes I generate...
Fixes #239 - added `QDoubleSpinBox` widgets for setting the start and stop edges of the histogram bins (default to the min and max data values, same as existing values used)...
When saving a figure as image while using the dark theme the style poses some problems. The axe ticks and labels remain coloured light grey as stated by the style...
Getting this error trying to use `HistogramWidget` with some zarr data loaded into napari: ```python File ~/miniconda3/lib/python3.11/site-packages/napari_matplotlib/histogram.py:72, in HistogramWidget.draw(self=) 67 """ 68 Clear the axes and histogram the currently selected...
Hi @dstansby , I was recently discussing with @zoccoler about how to further improving napari-matplotlib. One thing that appeared to be a natural extension for plotting functionality would be the...