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

Name

ann — Annotation of contour lines

Unknown macro: {alias}

Syntax

ann [ size ] [f nx ny ] ;# fast and simple annotation of line contours

Description

Annotation of contour lines. It distributes annotation numbers in an nx times ny scheme. Default is 8 x 8. A more cartographic annotation is made by the sma command.

Arguments

size

Unknown macro: {indent}

Set size of annotation numbers.

f

Unknown macro: {indent}

Specify frequency of annotation numbers.

nx

Unknown macro: {indent}

Annotation frequency in x. Default 8.

ny

Unknown macro: {indent}

Annotation frequency in y. Default 8.

Examples

Ex.1: Simple annotation of contours

        # a grid is assumed to be in active workspace
        acm n 11 sma ; # color bands and spline contours
        col bla ; # black color for annotation numbers
        ann 1.4 f 7 7 ; # fast annotation

The above example produces this image.


Fast and simple annotation of contour map

See also

acm - Color band mapping, sma

Unknown macro: {pagebreak}
  • No labels