-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example 32: Improve explanation of argument passed to "I" of "grdview" (
- Loading branch information
1 parent
742d78c
commit ff10eac
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,9 @@ gmt begin ex32 | |
gmt makecpt -C0/51/153,255/204/0 -T0,127,255 -N | ||
|
||
# The next step is the plotting of the image. | ||
# We use gmt grdview to plot the topography, euflag.nc to give the color, and illum.nc to give | ||
# the shading. | ||
# We use gmt grdview to plot the topography, euflag.nc to give the color, and an illumination | ||
# from the azimuthal directions 0° (north) and 270° (west) with a normalization via a cumulative | ||
# Laplace distribution for the shading. | ||
Rplot=$Rflag/-10/790 | ||
gmt grdview topo_32.nc -JM13c $Rplot -C [email protected] -I+a0/270+ne0.6 -Qc -JZ1c -p157.5/30 | ||
|
||
|