From b5b3c15c353fb29a76df96749cae4d2fa64474ce Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 28 Aug 2020 13:00:49 -0400 Subject: [PATCH] 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. --- doc/rst/source/subplot.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rst/source/subplot.rst b/doc/rst/source/subplot.rst index ba12e03e710..bb358853c50 100644 --- a/doc/rst/source/subplot.rst +++ b/doc/rst/source/subplot.rst @@ -247,9 +247,9 @@ Examples To make a minimalistic 2x2 basemap layout called panels.pdf, try:: gmt begin panels pdf - gmt subplot begin 2x2 -Fs8c -M5p -A -SCb -SRl -Bwstr + gmt subplot begin 2x2 -Fs8c -M5p -A -SCb -SRl -Bwstr -R0/80/0/10 gmt subplot set - gmt basemap -R0/80/0/10 + gmt basemap gmt subplot set gmt basemap gmt subplot set