Skip to content

subplot debug mode #4221

@seisman

Description

@seisman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions