spatialdata-plot icon indicating copy to clipboard operation
spatialdata-plot copied to clipboard

"Artifact" when plotting labels with `outline=True`

Open clwgg opened this issue 1 year ago • 0 comments

I've come across a weird "artifact" that can be triggered when plotting labels with outline=True:

sdata.pl.render_labels(outline=False).pl.show()

main-1

sdata.pl.render_labels(outline=True).pl.show()

main-2

It's a little hard to see, but in the 2nd figure, there appears to be some kind of "shade" in the top-left corner of the plot.

I went digging a bit for possible causes -- please see the PR linked below for a potential fix.

clwgg avatar Apr 24 '24 00:04 clwgg