Chris-N-K / napari-time-series-plotter

A napari Plugin for visualisaton of pixel values over time (t+ nD) as graphs.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Need to block RGB images #17

Closed Chris-N-K closed 1 year ago

Chris-N-K commented 1 year ago

Behaviour: The current LayerSelector allows the selection of RGD images as they are at least 3 dimensional. This causes unexpected plotting behaviour, as the image is plotted over its spatial y axis.

Solution: We need to block RGB images so that they will not be accepted by the LayerSelector to avoid strange behaviour.