Skip to content

Commit 48fee07

Browse files
authored
Fix the example in subplot manpage (#4100)
Each subplot has its own command-line history, so the old script no longer works for GMT>=6.1.0.
1 parent 511eae6 commit 48fee07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rst/source/subplot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ Examples
247247
To make a minimalistic 2x2 basemap layout called panels.pdf, try::
248248

249249
gmt begin panels pdf
250-
gmt subplot begin 2x2 -Fs8c -M5p -A -SCb -SRl -Bwstr
250+
gmt subplot begin 2x2 -Fs8c -M5p -A -SCb -SRl -Bwstr -R0/80/0/10
251251
gmt subplot set
252-
gmt basemap -R0/80/0/10
252+
gmt basemap
253253
gmt subplot set
254254
gmt basemap
255255
gmt subplot set

0 commit comments

Comments
 (0)