GenericMappingTools / GenericMappingTools/gmt
-Xw+1c fails after gmt inset
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
When I use the a command with `-Xw` after `gmt inset`, the second plot is NOT properly displaced.
```
gmt begin BUG_Inset png
gmt coast -JM10c -RAR.V -Baf -W
gmt inset begin -DjTL+w2c+o-0.08c
gmt coast -Rg -JG-67/-54/? -Da -Swhite -B0 -W1/faint
gmt inset end
gmt basemap -Baf -Xw+1c
gmt end show
```
Output with `gmt inset` commands:

Output without `gmt inset` commands:

Contributor guide
Assessment
This issue has not been assessed yet.