Last active
April 21, 2021 09:22
-
-
Save yudhastyawan/a382da058b8c0efbd8574ab0818eacd9 to your computer and use it in GitHub Desktop.
GMT Tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,2 | |
4,4 | |
3,3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gmt psbasemap -R0/10/0/5 -JX10c/5c -Ba -BWeSn+t"Judul Saya" -Bx+l"label x" -By+l"label y" > gambar1.ps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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