#########################################
#!/bin/sh                               #
#                                       #
#       GMT Projection Example          #
#       Author:  Stefan Ehret           #       
#       Date:    22.04.13               #       
#                                       #
#                                       #
#########################################

# Plot

# Linear projection
psbasemap -R10/70/-3/8 -JX4i/3i -B10/1:."My first plot": -P > plot_linear_1.ps
# Logarithmic projection
psbasemap -R1/10000/1e20/1e25 -JX9il/6il    -B2:"Wavelength (m)":/a1pf3:"Power (W)":WS > plot_logarithmic_1.ps


