Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Unknown macro: {alias}

Name

sma — Spline map

Syntax

sma i | v | s | n | ms | l | auto | cur [arg1] ;# general syntax for contouring with colorbands, see argument list

arg1 := [can] [smo] [map] [flat] [sav] [noadj]

Description

Contour lines are drawn using spline curves to achieve smooth contours.

Arguments

Main contouring arguments:

Note that the main contouring arguments are the same for other shell commands that contour in various ways.

i incr

v val1 [val2 val3 ...]

s start increment stop

n number

ms start1 incr1 stop1 start2 incr2 stop2

l

auto

cur

Other arguments:

sav [nodraw]

smo

can [frq] [dis] [hi] [anl] [csl] [ant] [ans]

numsize factor

csh inc

flat z_level

nrg

map

eli number

noadj

Examples

Ex.1: Spline mapping

# 3d annotation is very different from 2d annotation.
z                    ;# erase display
win 450000 460000 6450000 6460000 1500 3000 ; # get a new window by coordinates
mak ran 12           ;# make random points
grp 110 110          ;# make grid
bol tub              ;# draw border line n tube mode
acm i 250            ;# color band contours
spe col con bla blu  ;# contour colors are black and blue
spe col ann bla      ;# annotation color is black
sma i 50 csh 250 ann anl shf shliw 3 frq 0.9 ans 1.5; # spline map with annotation

The above example produces this image (somewhat zoomed) using the random generated grid in active data as input.


Spline map with annotation

See also

acm - Color band mapping , ann - Simple annotation , con - Contour using scalars , lco - Line color , map - Map display

  • No labels