gmt set FONT_ANNOT_PRIMARY=2p,1,black # 通过这里改变legend字体!
cat > legend.txt << EOF
# symbols
S 0.05c c 0.03c green 0.05p,royalblue 0.08c circle
# S 绘制符号命令指示符
# 0.05 符号与左框的距离
# c 是符号,c代表圆圈,t代表三角形...
# 0.03c 符号大小为0.03cm
# green 符号充填色,- 代表不充填
# 0.05p,royalblue 表示符号轮廓属性,线宽为0.05p,颜色为royalblue
# 0.08c, 距离右边框的距离
S 0.25c t 0.3c cyan 0.25p 0.8c triangle
S 0.25c i 0.3c blue 0.25p,red 0.8c triangle2
S 0.25c e 0.3c yellow 0.25p 0.8c ellipse
# lines
S 0.25c - 0.5c - 0.25p 0.8c line
S 0.25c - 0.5c - 0.25p,- 0.8c dashline
S 0.25c v0.1i+a40+e 0.25i magenta 0.25p 0.8c vector
S 0.25c f0.1i+l+t 0.25i blue 0.25p 0.8c fault
EOF
gmt legend legend.txt -DjBR+w3c+o0.1c/0.1c -F+p1p+gwhite
参考资料: