Skip to content

Instantly share code, notes, and snippets.

@yudhastyawan
Last active April 21, 2021 09:22
Show Gist options
  • Save yudhastyawan/a382da058b8c0efbd8574ab0818eacd9 to your computer and use it in GitHub Desktop.
Save yudhastyawan/a382da058b8c0efbd8574ab0818eacd9 to your computer and use it in GitHub Desktop.
GMT Tutorial
gmt psbasemap -R0/10/0/5 -JX10c/5c -Ba -BWeSn+t"Judul Saya" -Bx+l"label x" -By+l"label y" > gambar1.ps
gmt psbasemap -R0/10/0/5 -JX10c/5c -Ba -BWeSn+t"Judul Saya" -Bx+l"label x" -By+l"label y" -K > gambar1.ps
gmt psxy -R -J -Sc0.1i -O << EOF >> gambar1.ps
5,3
EOF
gmt psbasemap -R0/10/0/5 -JX10c/5c -Ba -BWeSn+t"Judul Saya" -Bx+l"label x" -By+l"label y" -K -V > gambar1.ps
gmt psxy -R -J -Sc0.1i -O -V << EOF >> gambar1.ps
5,3
EOF
gmt psbasemap -R0/10/0/5 -JX10c/5c -Ba -BWeSn+t"Judul Saya" -Bx+l"label x" -By+l"label y" -K -V > gambar1.ps
gmt psxy -R -J -Sc0.1i -K -O -V << EOF >> gambar1.ps
5,3
EOF
gmt psxy contoh_data.txt -R -J -O -V >> gambar1.ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment