docs(gallery): add normalization and contrast tutorial#727
Open
timtreis wants to merge 1 commit into
Open
Conversation
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-notebooks#9 merges.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #727 +/- ##
=======================================
Coverage 79.20% 79.20%
=======================================
Files 17 17
Lines 4563 4563
Branches 1026 1026
=======================================
Hits 3614 3614
Misses 599 599
Partials 350 350 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Links the new Normalization and contrast tutorial into the docs gallery, mirroring the source notebook added in scverse/spatialdata-plot-notebooks#9.
docs/gallery.mddocs/_static/gallery/normalization_and_contrast.png(same image used in the notebooks repo)docs/notebookssubmodule to the branch carrying the tutorial so the page resolvesThe tutorial covers the
norm=argument end-to-end: fixed contrast limits, clip under/over vs clamp,LogNorm/PowerNorm/SymLogNorm, percentile contrast viaPercentileNormalize, per-channel norm lists for images, and norms on shapes/points/labels.Merge order
docs/notebookssubmodule here to notebooksmain(currently it references the feature-branch commit so this PR builds).PercentileNormalizeships with the nextspatialdata-plotrelease (#725, onmain).