params.Axis: Add parameters hlabel/alt_label/alt_hlabel for more controls of axis labels#4589
Merged
params.Axis: Add parameters hlabel/alt_label/alt_hlabel for more controls of axis labels#4589
Conversation
alt_label/alt_hlabel for more controls of axis labels
alt_label/alt_hlabel for more controls of axis labels6059e11 to
9207328
Compare
40 tasks
Comment on lines
+21
to
+32
| assert ( | ||
| str( | ||
| Axis( | ||
| annot=30, | ||
| label="LABEL", | ||
| hlabel="HLABEL", | ||
| alt_label="LABEL2", | ||
| alt_hlabel="HLABEL2", | ||
| ) | ||
| ) | ||
| == "a30+lLABEL+LHLABEL+sLABEL2+SHLABEL2" | ||
| ) |
Member
There was a problem hiding this comment.
Hm. Using label and hlabel (alt_label and alt_hlabel) together seems not meaningful for me.
Member
Author
There was a problem hiding this comment.
You're right. I've used meaningful axis settings in 0d7efc8.
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
yvonnefroehlich
approved these changes
Apr 15, 2026
Member
yvonnefroehlich
left a comment
There was a problem hiding this comment.
Looks good to me!
Maybe we can use the hlabel parameter in the gallery example https://www.pygmt.org/dev/gallery/basemaps/double_y_axes.html.
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.
Implements the
+L/+s/+Smodifiers for the-Boption.Address #4588