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 4 Next »

Unknown macro: {alias}

Name

lco — Line color

Syntax

lco i | v | s | n | ms | l [y] [sel value]

Description

Display gridlines with map colors. Valid for stuctured point grids.

Arguments

i incr

Unknown macro: {indent}

incr is the increment value.

v val1 [val2 val3 ...]

Unknown macro: {indent}

Contour at specific values, val1, val2, ...

s start increment stop

Unknown macro: {indent}

s for step needs three numbers: start, increment and stop The first and last contour will be at start and stop.

n number

Unknown macro: {indent}

Use number contours (levels), equally distributed between the minimum and maximum value.

ms start1 incr1 stop1 start2 incr2 stop2

Unknown macro: {indent}

ms for multiple steps needs six following numbers. The first contour will be at start1, the last at stop2.

l

Unknown macro: {indent}

Use levels from the last previous contouring operation.

y

Unknown macro: {indent}

Display grid lines in y-direction.

sel value

Unknown macro: {indent}

Select every value gridline.

Examples

Ex.1: Line color map

# Digitize points and draw a b-spline
win demo      ;#  create the demo graphical window
mak ran 11    ;#  make 11 random points
grp 111 111   ;#  grid the points into 111 x 111 elements in rows and columns
lco n 11      ;#  display line colors

The example above produces this map


Line color map of grid

See also

acm - Color band mapping, fco - Fast line color mapping, map - Map display, poll - Polygon display of cells

Unknown macro: {pagebreak}
  • No labels