Skip to content

Commit 7eb6062

Browse files
committed
docs(gallery): add normalization and contrast tutorial card
Link the new normalization_and_contrast tutorial into the gallery with its thumbnail, and bump the docs/notebooks submodule to the branch carrying the notebook. The submodule pointer references the tutorial's feature branch; re-point to notebooks main once scverse/spatialdata-plot-tutorials#9 merges.
1 parent 0919069 commit 7eb6062

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

223 KB
Loading

docs/gallery.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ selection for images, and the `datashader` backend for large collections
4444
of shapes and points.
4545
:::
4646

47+
:::{grid-item-card} Normalization and contrast
48+
:link: notebooks/tutorials/normalization_and_contrast
49+
:link-type: doc
50+
:img-top: _static/gallery/normalization_and_contrast.png
51+
52+
How `norm=` maps data to colours: fixed contrast limits, clipping,
53+
logarithmic and percentile scaling with `PercentileNormalize`, and
54+
per-channel norms for images.
55+
:::
56+
4757
::::
4858

4959
## Examples

docs/notebooks

0 commit comments

Comments
 (0)