haesleinhuepf / stackview

Interactive image stack viewing in jupyter notebooks based on ipycanvas and ipywidgets
BSD 3-Clause "New" or "Revised" License
130 stars 10 forks source link

Feature request: histogram as plot type for `clusterplot` #56

Open marabuuu opened 3 months ago

marabuuu commented 3 months ago

Hi @haesleinhuepf,

It is really cool to have the napari-clusters-plotter functionality in jupyter notebooks via the clusterplot function. It would be cool to be able to choose other plot types, like histograms (e.g. for intensity measurements).

Best, Mara

haesleinhuepf commented 3 months ago

Yes, we could do it like in napari: if one chooses the same axis in x and y, we show a histogram instead of a scatter plot.