Skip to content

Commit 2c14f4c

Browse files
authored
docs: Remove GMT_THEME setting from more scripts [Part 3] (#8509)
1 parent 9b1914a commit 2c14f4c

File tree

209 files changed

+153
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+153
-286
lines changed

doc/scripts/GMT_-J.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
gmt begin GMT_-J
3-
gmt set GMT_THEME cookbook
43
gmt text -R0/5/0/3 -Jx1i -F+f+j << EOF
54
2.5 2.8 16p,Helvetica-Bold BC GMT PROJECTIONS
65
2 2.25 12p,Helvetica-Bold BC GEOGRAPHIC PROJECTIONS

doc/scripts/GMT_-R.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
gmt begin GMT_-R
3-
gmt set GMT_THEME cookbook
43
gmt set MAP_FRAME_TYPE PLAIN FONT_ANNOT_PRIMARY 8p,Helvetica MAP_TICK_LENGTH_PRIMARY 0.05i \
54
PS_CHAR_ENCODING ISOLatin1+
65
gmt coast -R-90/-70/18/35.819 -JM2i -Dl -Glightbrown -Wthinnest -Ba10g5 -BWsEN

doc/scripts/GMT_-XY.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
gmt begin GMT_-XY
3-
gmt set GMT_THEME cookbook
43
gmt basemap -R0/1.5/0/1.7 -Jx1i -B0 -B+glightyellow
54
gmt plot -Sv5p+e -W0.5p -Gblack << EOF
65
0.2 0.2 0 1.1

doc/scripts/GMT_API_flow.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
gmt begin GMT_API_flow
3-
gmt set GMT_THEME cookbook
43
gmt text -R-2/3/-1/1 -Jx1i -F+f14p,Helvetica-Bold -Gwhite -W0.5p -N -C50% -X2i << EOF
54
-2 0 EXTERNAL INTERFACE
65
0 0 gmt

doc/scripts/GMT_API_use.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
gmt begin GMT_API_use
3-
gmt set GMT_THEME cookbook
43
gmt plot -R-4.5/4.5/-2/2 -Jx0.8i -W2p+ve0.2i+gblack+h0.5 << EOF
54
>
65
-2 0.75

doc/scripts/GMT_App_E.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ $xwidth $ywidth
2121
END
2222

2323
gmt begin GMT_App_E
24-
gmt set GMT_THEME cookbook
2524
gmt basemap -R0/5.75/0/7.55 -Jx1i -B0
2625
gmt set MAP_FRAME_PEN thinner
2726
for iy in 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0

doc/scripts/GMT_App_F_stand+_iso+.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ EOF
6363
$AWK -f tt.awk tt.txt > tt.d
6464

6565
gmt begin
66-
gmt set GMT_THEME cookbook
6766
gmt set MAP_FRAME_PEN thick FONT_TITLE 14p
6867

6968
# First chart for standard font

doc/scripts/GMT_App_F_symbol_dingbats.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# plot it with gmt pstext, including the header row and left column
77

88
gmt begin GMT_App_F_symbol_dingbats
9-
gmt set GMT_THEME cookbook
109
gmt set MAP_FRAME_PEN thick FONT_TITLE 14p
1110

1211
# Chart for Symbols font

doc/scripts/GMT_App_G.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ y0=4.3
99
yy=4.0778
1010
tr '",' ' ' < "${GMT_SOURCE_DIR}"/src/standard_adobe_fonts.h | awk '{print $2}' > tt.d
1111
gmt begin GMT_App_G
12-
gmt set GMT_THEME cookbook
1312
gmt set MAP_FRAME_PEN thinner
1413
gmt plot -R0/5.4/0/$y0 -Jx1i -B0 <<EOF
1514
>

doc/scripts/GMT_App_J_1.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
#---------------------------------------------------
7474

7575
gmt begin GMT_App_J_1
76-
gmt set GMT_THEME cookbook
7776
RJ="-R-0.6/0.6/-0.1/1.1 -JX4i/2i"
7877
echo "-0.5 0" > tt.tmp
7978
gmt math -T-0.5/0.5/0.01 1 = >> tt.tmp

0 commit comments

Comments
 (0)