Johannes Soltwedel
Johannes Soltwedel
I continue the work in [this branch](https://github.com/BiAPoL/napari-clusters-plotter/tree/v0.9.0) - I think this PR could be closed.
https://github.com/BiAPoL/napari-clusters-plotter/tree/v0.9.0
Agreed @zoccoler, thanks for the fix!
Hi @Cryaaa , supercool stuff and thanks for working on it! What I am currently a bit worried about (not specifically about this PR, but about the clusters-plotter in general)...
Hi @Nal44 , just curious: I am not sure which Napari version was used at the time of creating this issue - does chaning the napari version to 0.4.19 also...
@Cryaaa Support for this is added in PR https://github.com/BiAPoL/napari-clusters-plotter/pull/327 and will then come with 0.9.0 along with a major redesign of all functionalities :) If you find the time, have...
You can do it the same way you already do it (e.g., [here](https://github.com/BiAPoL/napari-clusters-plotter/blob/8a5acb72dd6e9866dd26e1335ecc4b31e1693f8b/napari_clusters_plotter/_Qt_code.py#L55) where a magicgui widget is created which is later added to the bigger widget [here ](https://github.com/BiAPoL/napari-clusters-plotter/blob/8a5acb72dd6e9866dd26e1335ecc4b31e1693f8b/napari_clusters_plotter/_dimensionality_reduction.py#L257). It...
I do it [here](https://github.com/campaslab/napari-stress/blob/b0f80b4d5df4115c79b97cd56f8ada3d427d727f/src/napari_stress/_reconstruction/toolbox.py#L42), for instance. The general code base doesn't change that much and follows the following pattern: ```python class my_widget(QWidget): def __init__(self, napari_viewer): super().__init__() self.viewer = napari_viewer uic.loadUi(os.path.join(Path(__file__).parent,...
Hi @haesleinhuepf @Cryaaa , sounds like a good idea to me - another step of taking infrastructure code out of the clusters plotter and making it a bit more lightweight...
Since we are already discussing about it here - would it be desirable to have this function throw a warning if, for instance, the passed column name was already in...