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

Static plotting for spatialdata

Results 156 spatialdata-plot issues
Sort by recently updated
recently updated
newest added

This speeds everything up for me locally, but for the benchmark (#296), I see an effect (aka datashader faster than matplotlib) for e.g. 10k points/shapes etc.

bug
priority: high
points :abacus:
shapes :bubbles:

Hi, The legend of figures is higher than the figure, which makes it ugly. It would be nice if users can adjust colorbar's colormap, height, width, position, vmax, vmin. All...

enhancement
priority: low

Hi, The figures plotted by spatialdata is not as clear as that of squidpy (perhaps because the scatter point size is too small, but I didn't find where to adjust...

:speaking_head: discussion

When `method=datashader` is used the colors that are produced are wrong. Strangely the colorbar is correct. Initially I though this was due to the choice of the `agg` function when...

bug
priority: medium
shapes :bubbles:

The [Squidpy notebook](https://github.com/scverse/spatialdata-notebooks/blob/main/notebooks/examples/technology_visium_hd.ipynb) shows an error liked to rasterizatation. @Sonja-Stockhaus could you please have a look at it? Thanks 😊 This is part of the log: ``` 300 else: 301...

For plotting points with matplotlib, we use the `s` argument of `scatter()`. The *square root* of `s` specifies the width and height of the markers in points. In the datashader...

bug

So far, `sum()` is the default, but we should include also `any, count, m2, mean, mode, std, sum, var`. Complete list: https://datashader.org/api.html#reductions @timtreis and I excluded some because they don't...

enhancement

I have noticed that if I create a figure with `plt.figure()`, setting the `dpi` in `plt.figure()` leads to a smaller plot than if setting the `dpi` in `pl.show()`. I think,...

priority: low

I am trying to plot some raster data with a different normalization (vmin, vmax) for the cmap. Both approaches I used unfortunately don't work, can you have a look at...

bug
priority: medium
images :framed_picture:

I wrote some benchmarks available here https://github.com/scverse/spatialdata-plot/pull/295 (they can simply run as tests) and I have noticed that the datashader performance is worse than the matplotlib based one. I think...

bug
priority: medium
images :framed_picture:
labels :label:
points :abacus: