\ cancel mode verify !++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! ! mp_polymark.jnl -- Map projection version of polymark.jnl. For ! working with map projection scripts in Ferret v4.50 ! ! Jonathan Callahan ! 4/99 ! Description: Plot polygons using a predefined map projection. ! ! This script presumes that following are predefined a projection script ! run previous to this script: ! ! x_page field describing transformation from lat/lon to X page coordinates ! x_page field describing transformation from lat/lon to Y page coordinates ! mp_mask mask for orthographic map projections ! ! Usage: $1 $2 $3 $4 $5 $6 ! Yes? GO polymark polygon_command xpts ypts [values] [shape] [scale] ! $1 - the plot command with qualifiers (eg POLYGON/OVER/KEY) ! $2 - X coordinates of track ! $3 - Y coordinates of track ! $4 - variable whose values will be plotted along the track (eg SST) ! $5 - shape of the symbol, as defined by polyshape.jnl ! $6 - scale the values by this factor (optional, default 1) ! shape names include: ! triangle delta square ! diamond pentagon hexagon ! circle star plus ! ex ! ! Example: ! set win/size=.4 ! use coads_climatology ! set region/x=130:250/y=20:64/l=1 ! go mp_hammer ! set grid sst ! shade/noaxis sst, x_page, y_page ! ! use polydata ! go mp_polymark poly/over/noaxis/key lon lat sst star 0.5 ! argument check QUERY/IGNORE $1"