GenericMappingTools / GenericMappingTools/gmt

subplot debug mode

Open
#4,221 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
C
Stars
979
Forks
414
Avg merge
17h 26m
Merged PRs (30d)
54

Description

**Description of the problem**

I have an old script which uses the undocumented **+d** modifier of **subplot -F**. I believe it worked when I wrote it, but now it doesn't make sense anymore. We need to either fix it or totally remove it, as **subplot -F** already has **+p** and **+w** for debugging purpose, right?

```
#!/usr/bin/env bash
gmt begin subplot
gmt subplot begin 2x2 -Fs5c/3c+d -Blrtb
gmt basemap -R0/10/0/10 -c
gmt basemap -R0/10/0/10 -c
gmt basemap -R0/10/0/10 -c
gmt basemap -R0/10/0/10 -c
gmt subplot end
gmt end show
```
Output:
![image](https://user-images.githubusercontent.com/3974108/93254785-e80b4900-f766-11ea-9c17-ccb2ff8aea2d.png)

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.