GenericMappingTools / GenericMappingTools/gmt
Inset within subplot : -D*anchor* is lost
Open
bug
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
Inset not taking into account the `subplot` environment:
```
gmt begin test png
gmt subplot begin 3x1 -Fs5c -R0/1/0/1
gmt subplot set
gmt basemap -Bafg
gmt subplot set
gmt basemap -Bafg
gmt subplot set
gmt basemap -Bafg
gmt inset begin -DJTR -Rg -JG0/-90/1c -F+gred
gmt basemap -Bafg
gmt inset end
gmt inset begin -DJTR+o1c -Rg -JG0/-90/1c -F+gblue
gmt basemap -Bafg
gmt inset end
gmt subplot end
gmt end show
```
Contributor guide
Assessment
This issue has not been assessed yet.