Figure.inset: Add parameters position/width/height to specify inset position and dimensions#4047
Merged
Figure.inset: Add parameters position/width/height to specify inset position and dimensions#4047
Conversation
9 tasks
seisman
commented
Dec 14, 2025
Comment on lines
-71
to
-76
| Alternatively, give *west/east/south/north* of geographic | ||
| rectangle bounded by parallels and meridians; append **+r** if the | ||
| coordinates instead are the lower left and upper right corners of | ||
| the desired rectangle. (Or, give *xmin/xmax/ymin/ymax* of bounding | ||
| rectangle in projected coordinates and optionally | ||
| append **+u**\ *unit* [Default coordinate unit is meters (**e**)]. |
Member
Author
There was a problem hiding this comment.
52ee4cf to
ea0b43d
Compare
Contributor
Summary of changed imagesThis is an auto-generated report of images that have changed on the DVC remote
Image diff(s)Report last updated at commit 2ab0269 |
Member
Author
|
This PR is also ready for review. The key points we need to reach an agreement on are:
|
41c0a42 to
3618dcd
Compare
…ositiona and dimensions
3618dcd to
b699935
Compare
This was referenced Dec 25, 2025
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.


The full syntax of
-Doption is:[g|j|J|n|x]<refpoint>[+j<justify>][+o<dx>[/<dy>]]:position+w:width,heightPreview: https://pygmt-dev--4047.org.readthedocs.build/en/4047/api/generated/pygmt.Figure.inset.html#pygmt.Figure.inset
Related to #4250.
TODO in separate PRs