napari-matplotlib
napari-matplotlib copied to clipboard
Linking napari layers with Matplotlib plots
- Open an example image (e.g. `File > Open Sample > napari builtins > Cells (3D + 2Ch)`) - Open the histogram widget - Move the contrast limits in the...
For https://github.com/matplotlib/napari-matplotlib/issues/272 Adds a test for changing the contrast limits with the histogram open. Currently fails!
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.5...v0.6.7)
This should fix https://github.com/matplotlib/napari-matplotlib/issues/317. I've simply followed the guide at https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ here, and removed the old workflow. In tandem, I've set up a new publishing environment on PyPI to go...
A retry of - #318. Should wait for - #321
The napari plugin template has got rid of `setup.cfg` and only has [`pyproject.toml`](https://github.com/napari/napari-plugin-template/blob/main/template/pyproject.toml.jinja), so it seems that there's no reason to keep both. ## Definition of done - [ ]...