mjheid

Results 2 issues of mjheid

I work on a dataset with 1000 images and create and delete a lot of labels for these images. Writing and deleting label objects via write_element / delete_element_from_disk can take...

When executing a script .pl.show() can execute plt.show() even when not wanted. This is because of [these lines](https://github.com/scverse/spatialdata-plot/blob/fd11c33be9b67b3f72348992d2b9bc6db96b3ee6/src/spatialdata_plot/pl/basic.py#L1034), and can be be fixed on the user side through: ```py import...