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/normalization_and_contrast.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 tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ selection for images, and the `datashader` backend for large collections
of shapes and points.
:::

:::{grid-item-card} Normalization and contrast
:link: normalization_and_contrast
:link-type: doc
:img-top: ../_static/img/normalization_and_contrast.png

How `norm=` maps data to colours: fixed contrast limits, clipping,
logarithmic and percentile scaling with `PercentileNormalize`, and
per-channel norms for images.
:::

::::

```{toctree}
Expand All @@ -43,4 +53,5 @@ of shapes and points.
getting_started
color_and_palette
performance
normalization_and_contrast
```
834 changes: 834 additions & 0 deletions tutorials/normalization_and_contrast.ipynb

Large diffs are not rendered by default.

Loading