napari-clusters-plotter icon indicating copy to clipboard operation
napari-clusters-plotter copied to clipboard

A napari plugin for clustering objects according to their properties.

Results 48 napari-clusters-plotter issues
Sort by recently updated
recently updated
newest added

Now that I am back, I'd like to slowly continue this. This is waaaay far from merging, but I am opening it as Draft to have a way to refer...

work in progress

The code for the plotter is a bit too long and could be simplified to ease maintenance. An idea to fix this is to put a basic plotter version in...

If the version on current main branch is not backwards compatible to 0.7.3, the next release should be 0.8.0 and not 0.7.4 . Also the release notes should list what...

Hi all, I was wondering if we could make a new plugin release before implementing larger changes like other layer types and plotter re-designs. I created the milestone `0.7.4` and...

updates: - [github.com/psf/black: 24.4.0 → 24.8.0](https://github.com/psf/black/compare/24.4.0...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.17.0)

This is a small PR that addresses #307 and fixes a couple minor bugs

on hold

With napari 0.4.19, this warnings pops up after manually selecting a cluster `FutureWarning: Labels.color is deprecated since 0.4.19 and will be removed in 0.5.0, please set Labels.colormap directly with an...

low priority

This is my attempt for an implementation to deselected clusters (#289): If you keep control pressed and click on a cluster, it gets deleted. ![vokoscreenNG-2023-12-18_16-11-03](https://github.com/BiAPoL/napari-clusters-plotter/assets/1113977/b79a55dd-093d-4071-93fb-ca04e58f952d)

Not sure where in the code to implement this, but it would be nice to be able to deselect a specific cluster. For example, if you just click inside a...

enhancement

Hello Everyone, It seems that the test are failing on all new PRs and I think I have found out where the errors are coming from and why some PRs...