GenericMappingTools / GenericMappingTools/gmt

Inset within subplot : -D*anchor* is lost

Open
#7,397 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.