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 5 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

v val1 [val2 val3 ...]

s start increment stop

n number

ms start1 incr1 stop1 start2 incr2 stop2

l

y

sel value

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

  • No labels