Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/rst/source/subplot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down