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 @@ -25,6 +25,16 @@ perceptually well-spaced or colourblind-safe palettes with
`make_palette` and `make_palette_from_data`.
:::

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

How `norm=` maps data to colours: fixed contrast limits, clip vs
under/over, `LogNorm`/`PowerNorm`/`SymLogNorm`, percentile contrast with
`PercentileNormalize`, and per-channel norms for images.
:::

:::{grid-item-card} Multi-panel colouring
:link: /notebooks/tutorials/multi_panel_color
:link-type: doc
Expand Down Expand Up @@ -63,6 +73,7 @@ placement, colour, length and fonts through `scalebar_params`.

getting_started
color_and_palette
normalization_and_contrast
multi_panel_color
performance
scalebars
Expand Down
973 changes: 973 additions & 0 deletions tutorials/normalization_and_contrast.ipynb

Large diffs are not rendered by default.

Loading