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/cropping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
500 changes: 500 additions & 0 deletions tutorials/cropping.ipynb

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ composite them with per-channel `palette` LUTs, fix heavy-tailed contrast
per channel, and label the composite with `channels_as_legend`.
:::

:::{grid-item-card} Cropping a plot
:link: /notebooks/tutorials/cropping
:link-type: doc
:img-top: /notebooks/_static/img/cropping.png

Zoom into a bounding box with `crop_coord` — every layer windowed at draw
time, images rasterized for the window only, and how it differs from
`bounding_box_query`.
:::

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

Expand All @@ -98,4 +108,5 @@ as_points
scalebars
marker_shapes
multichannel_images
cropping
```
Loading