Update axis_labels guidance for 0.9 - #1117
Open
TimMonko wants to merge 4 commits into
Open
Conversation
TimMonko
added a commit
that referenced
this pull request
Aug 21, 2026
# References and relevant issues Found this while working through #1117 and realized also relveant to #1113 # Description Due to the changes with box Xarray and axis_labels inheritance, this guide can be cleaned up quite a bit, which is nice because then it focuses on the actual handedness info! I opted for a new PR since this touches both related things and it would be easier to review this way? I hope :laugh:
brisvag
approved these changes
Aug 22, 2026
jni
reviewed
Aug 23, 2026
| sst.sst, | ||
| name='sea surface temp', | ||
| colormap='magma', | ||
| axis_labels=sst.sst.dims, |
Member
There was a problem hiding this comment.
This is unnecessary because of the xarray inheritance, right?
jni
approved these changes
Aug 23, 2026
jni
left a comment
Member
There was a problem hiding this comment.
All good, but minor query about the update to handedness.md?
Member
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.
References and relevant issues
Follow-ups to napari/napari#9282 and napari/napari#9293 (and others)
Description
Softly updates the guides to reflect the new axis labels inheritance behavior. For now, I didn't totally remove the ability to set it directly on the dims, but I think we are working towards that? I'm not sure how strongly we want to do that yet, given the popup renaming exists as does the API.
Especially happy to hear folks ideas on how best to go about this, but I mostly wanted to be 0.9 ready.