Skip to content
Open
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/colouring_points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
421 changes: 421 additions & 0 deletions examples/colouring_points.ipynb

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ Draw regions of interest directly on a `spatialdata-plot` canvas with
`sdata.pl.annotate(...)` and persist them as a `ShapesModel` element.
:::

:::{grid-item-card} Colouring points
:link: /notebooks/examples/colouring_points
:link-type: doc
:img-top: /notebooks/_static/img/colouring_points.png

Colour a point element by continuous (`cmap`, `norm`, colorbar) or
categorical (`palette`, `groups`, `na_color`, legend) columns, and tune
`size`/`alpha`, on real Xenium transcripts.
:::

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

Expand All @@ -33,4 +43,5 @@ Draw regions of interest directly on a `spatialdata-plot` canvas with

visium_mouse_brain
interactive_annotate
colouring_points
```
Loading