spatialdata-plot
spatialdata-plot copied to clipboard
Static plotting for spatialdata
When trying to render labels using e.g. `color="red"`, the code fails for me: e.g. `blobs.pl.render_labels("blobs_labels", color="red").pl.show()` gives Not sure if this is intended, but I think our documentation is a...
Hi @timtreis, I never had access to code auto-completion using `spatialdata-plot`. I guess it's not specific to me, but likely related to the way `_register_accessor` is used, correct? I guess...
In `render_shapes()`, the docstring says for the `shape` parameter: `Value to scale circles, if present`. However, when using matplotlib, the scaling also works for (multi)polygons (without adapting the extent of...
Since we're chaining calls, these events can come out of any of these functions. I think the logger should mention the function? Wdyt @Sonja-Stockhaus ?
When I call ``` fig, ax = plt.subplots(ncols=1, nrows=1, figsize=(4, 4)) ( sdata_sample2 .pl.render_labels( "filtered_hexes", # color="B_cells", table_name="morphology_filtered", ) .pl.show(ax=ax) ) ``` the plot takes about 15 s, when I...