Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/img/point_density.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ categorical (`palette`, `groups`, `na_color`, legend) columns, and tune
`size`/`alpha`, on real Xenium transcripts.
:::

:::{grid-item-card} Point density maps
:link: /notebooks/examples/point_density
:link-type: doc
:img-top: /notebooks/_static/img/point_density.png

Turn tens of millions of Xenium transcripts into a readable density
heatmap with `render_points(density=True)`, reshape it with `density_how`,
and draw a separate density per gene.
:::

::::
<!-- gallery-cards-end -->

Expand All @@ -44,4 +54,5 @@ categorical (`palette`, `groups`, `na_color`, legend) columns, and tune
visium_mouse_brain
interactive_annotate
colouring_points
point_density
```
455 changes: 455 additions & 0 deletions examples/point_density.ipynb

Large diffs are not rendered by default.

Loading