Skip to content

Commit

Permalink
Update anim05.sh. Fix typos (#8103)
Browse files Browse the repository at this point in the history
I fix some errors in the comments of the script.
  • Loading branch information
Esteban82 authored Nov 30, 2023
1 parent 93d7c89 commit 86175fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/anim05/anim05.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ gmt end
EOF
cat << 'EOF' > main.sh
gmt begin
# Plot current solution with contors in the right panel
# Plot current solution with contors in the center panel
gmt grdimage -JM8c -X8c -Y0 geo_cum_${MOVIE_ITEM}.grd -Cz.cpt -B0 -Ei -I+d
gmt grdcontour geo_cum_${MOVIE_ITEM}.grd -C200 -S8
gmt plot geo.txt -Ss2p -Cz.cpt
# Plot the increments in the center panel and add color bar at bottom
# Plot the increments in the right panel and add color bar at top
gmt grdimage -X8c geo_inc_${MOVIE_ITEM}.grd -Cdz.cpt -B0 -Ei
gmt colorbar -Cdz.cpt -DjTR+w4c+h+o19p/8p+e -Bxaf -By+l"m" -F+gwhite+p0.5p
gmt end
Expand Down

0 comments on commit 86175fd

Please sign in to comment.