diff --git a/doc/examples/anim05/anim05.sh b/doc/examples/anim05/anim05.sh index 27d3f12b6ea..c2bd3dc36c9 100755 --- a/doc/examples/anim05/anim05.sh +++ b/doc/examples/anim05/anim05.sh @@ -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