Hello,
I cropped my SpatialData object using coordinates (load the coordinates csv with spatialdata_io.xenium_explorer_selection(file) and subset using polygon_query() ).
I then plot the expression of some transcripts on the cropped_sdata with:
cropped_sdata.pl.render_points(
"transcripts", #SpatialElement of Points to plot
color="feature_name",
groups=["draxin","eomesa"], #entries of feature_name
palette=["orange", "blue"],
size=0.8
).pl.show(title=f"{brain}")
The result is super pixelized and I wonder if that is expected. Here is the image:
Note that when I plot the shapes, the result is normal:
Thank you for any insight!

