Wouter-Michiel Vierdag
Wouter-Michiel Vierdag
Thanks for opening the new issue, given that the reason for this issue has been solved I will be closing this one. Currently we are in the process of going...
Please do
Please check the tests regarding rendering points, in particular related to the categorical as this does plot from tables that annotate points. This is purely in obs though. Are you...
@LucaMarconato Can you please give me a reproducible example or check whether this issue is still valid?
Of note, I am testing the multi table branch of spatialdata but this did not have an effect on what the table looks like as far as I can tell.
Particularly this part of the code in `render_shapes` is the problem: ``` elif colors.is_color_like(color): logger.info("Value for parameter 'color' appears to be a color, using it as such.") color = color...
@LucaMarconato @FloWuenne I still have that code somewhere with this naming.
@LucaMarconato Please see last comment in #36
As far as I can tell most info could be used by Napari, if not by layers then by the LayerList. active (in napari could mean 2 things): viewer.layers[].visible or...